I'm trying to build a reusable expression rule that queries a RecordType in Appian. I want to pass the fields dynamically via rule inputs to control which fields are selected during the query.
Discussion posts and replies are publicly visible
Hi. You need to change the data type of your rule input "fields" to Record Field and remove the double quotes from your record type fields. See this example:
{ recordType!SB Need.fields.id, recordType!SB Need.fields.name, }
I was searching for this data type but couldn't able to find it. Thank you, now I got the exact name of this data type.