Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
balasundaram
Creator II
Creator II

Problem with Actions

Hi,

I have added two Actions(Clearall & select in field) to Text Object.

Problem is some times both not working, only one action(Clear all) working.

how to overcome this issue.

1 Reply
marcus_sommer

The reason will be that actions won't (unfortunately) executed in compelling sequentially order. Therefore you should to try to avoid such action-chains. Sometimes it's helpful to add some dummy-action like calculation anything and write this in a dummy-variable or to reverse your logic like select you field, lock it, clear all and unlock it again - but it could be a quite annoing trial & error.

- Marcus