Calculated Attribute Not Changing?

0
Hi – I have a microflow returning a variable, and I’m storing the result of this microflow in a calculated attribute. Part of the microflow uses one field from the entity in which the calculated attribute is stored. The calculated attribute is calculating correctly for the first record, but records thereafter are not showing a different value? What am I missing? Thanks for any tips
asked
2 answers
2

You can set any attribute (as long as it is not a boolean) to empty.

How is your if then else statement looking? Setting it empty is also working in this context.

answered
0

Correction: it is changing correctly; however, is there any way to put a BLANK datetime instead of defaulting a value? Currently I default currentdatetime into my calculated datetime field. Ideally I’d like to leave that datetime field blank. The microflow/variable isn’t letting me set my calculated datetime blank because I’m using an IF-THEN clause and the variable editor requires an ELSE to catch all other situations.

answered