I think it would be almost as easy as flipping a switch from the compund actions button press. Think about it, the code is already there for the trigger to exist if a button is pressed. The same code can be duplicated and setup to trigger if criteria is met, thats all the button press is a crteria of the button being pressed.
Yes this could be a game changer for so many things. Especially this specific use case.
That would be awesome!
(This response applies to both or your posts @Drearystate, @Manan_Mehta)
Its been a while since this idea was discussed so wondering if thereās a way to do ranks or increments based on certain conditions. Hereās my use case.
I have a list of 25 locations (say Location A- Location Y) ordered by a column 'Route Stop #āsā (1-25). So the google sheet looks like this:
Stop # Location Name
1 Location A
2 Location B
Some locations are on or off the route for the week. I want a dynamic column which generates another number based on where that location falls on that weekās route. For for e.g. Say location B which is master route stop # 2 is not on this weekās route. In that case I want a dynamic column which assigns #2 to Location C.
Iām sure there is an elegant way to do this. Am hoping someone can help. Thanks in advance!
I donāt quite follow your route use case, but this is one the simplest ways to add an auto increment.
yeah, if Iām understanding the use case correctly then a variation of that should do it.
@Food2Soil - assuming that you have a boolean column that defines the status for each stop (in/out), then all you should need to do is create a relation to your list of Stops (using the boolean as a filter), then add a lookup to create an array of StopIDs via the relation, then expand the array using the RowID/Single Value method.
If you then need details related to each stop, youād create a single relation back to your stops table, and add whatever lookup columns are necessary.
Thankyou @Darren_Murphy and @Robert_Petitto for your help. Both solutions worked!
Good examples, I also had some problems with numeric order in Glide. Now all is fine. Thanks!
new project more