Hi
I have a tag msg as column to show the status of orders.
If tag msg is new,then it should allowed to enter new screen to cancel. otherwise it should not allowed to go new screen.how to do this.
Hi
I have a tag msg as column to show the status of orders.
If tag msg is new,then it should allowed to enter new screen to cancel. otherwise it should not allowed to go new screen.how to do this.
One way would be to conditionally hide one button when tags message is not new. And show the button when tags message is new.
Or in the action editor you could set up a condition/ if statement
If tags message is not new —> show notification “fill out blah blah” —> else —> show new screen
Have done it by giving if tag msg is new order go to new screen otherwise notification.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.