How to assign current date value in a column on change of a enumeration flag in datagrid ?

0
Hi Team, We are using a datagrid in which we have a enumeration Y and N onchange of this flag in grid we want to assign a current date value to a column, how can I acheive this ?   we have tried with making attribute value as calculated value but it assigns current date and not stores past dates.     Thanks In Advance
asked
1 answers
0

You can create an On Change Microflow on that entity. Every time the Enum changes (you can compare the Parameter version of the entity with one that you retrieve from the DB in the Microflow), you can write the Current Date to your date column.

answered