How can I add add an aggregation as an enabled state expression?

I wanted to disable buttons if the logged in user is not in the table aggregation? But I cannot find aggregations in the expression editor of enabled state?

Hello @Eirfan,

I would do the following:
-Check your table with aggreg on Step Enter (you have more options there with triggers)
-Set the result in a boolean
-Use your boolean to enable/disable your buttons

Kind Regards,
Kevin

1 Like