Is it possible to filter Dataquest that is created using a!foreach?
Hello,
I've created a datasubset using a!foreach. Now want to filter the data on the datasubset depending on the value for one field. Can you please suggest on this?
a high level snippet is below. Below rule returns a datasubset & on that datasubset I am trying add a filter.
todatasubset(
a!forEach(
items: rule!Irulename(),
expression: 'type!{urn:com:appian:types:cdt}|cdt_name'(
fields:,
completed: rule!newRuleToupdateafield
)
)
)
