Question
Is there a way to get the list of fields on a record using an expression?
Is there a way to get the list of fields on a record using an expression? See example below on potential usage.
a!forEach(
items: 'recordType!{SYSTEM_RECORD_TYPE_USER}User'.fields,
expression: fv!item
)
If this is not currently supported it would be a great addition that would open up many interesting use cases.
