Hello
I have order lists that have action buttons to add the item to an order table.
Now I would like to either hide this button or change the display if this item is already in the shopping basket.
Since the users can switch between several orders, it would have to be taken into account which order is currently active.
Lookup(Useremail(),User,Email,Active Order)
The easiest way would probably be based on a slice, but is that even possible?
You can hide your action button. Go to your Action and go to Behaviour section of the Action. There you can put the condition to hide the action.
Go to the Behavior of the action and try inputting this expression below
NOT(IN("item to search for", List([LIST NAME])))
User | Count |
---|---|
31 | |
13 | |
3 | |
3 | |
2 |