ChangeCounter and Signature After signing a ...

ChangeCounter and Signature

After signing a report and saving it, the signature field should not be editable. I tried using a ChangeCounter column. But the problem is that it counts as soon as you lift your finger from the screen. Wouldnโ€™t it be better if it counts when we lock the signature? So we could say:

Editable_If =[ChangeCounter] < 1

In a Detail View with the signature as quick edit, it counts not until we hit โ€œDONEโ€. Could this be done also in a Form?

At the moment my workaround is: By saving the form, an Action is fired that sets the value of the column [ChangeCounterAction] to โ€œ1โ€. For the signature I say Editable_If =[ChangeCounterAction] < 1

That workaround is working fine in a form, but not in a detail view where the signature field is quick edit. For that I created a workflow that triggers the Action above. But the problem is: AppSheet does not recognice immediately the change in the column [ChangeCounterAction]. It has to sync one time to recognice it.

Maybe there is a simpler way to do this?

0 6 809
6 REPLIES 6
Top Labels in this Space