This is my case: 50 people is goint to use An...

This is my case: 50 people is goint to use Ann App… OMG… and Every one can push an Action botton…but, once it is pressed, the rest could not modify it any more… An idea to solve this pleaseeee?

0 3 292
3 REPLIES 3

The action button could (among other things) mark the row in some way to indicate the action has occurred. The first thing the action should do is check whether that marker already exists; if so, no further action is taken.

You’re going to run into problems, though, if two users push the button at or near the same time. The app only sees the copy of the data on the device. One user won’t see what the other has done until both have synced. It’s only after the sync that one can see what the other has done.

How should I do to do that: The first thing the action should do is check whether that marker already exists; if so, no further action is taken.

@Marlon_Xavier_Medina You could do it in the workflow trigger condition itself, or in the the condition of the action the workflow invokes.

Top Labels in this Space