Hi there. I have searched for this and found some references to using the INPUT() function, but in my AppSheet, version while I can find the action needed, there is no option to specify “with inputs” - it looks like this behaviour might have changed since the articles were written. Before I start trying work out if this is a workflow item, I thought I best check here what the right approach was.
I have two tables, one contains a list of sales opportunities, the other a list of users and their profile data. I cannot add columns to the sales opportunities table - it is read-only by design. I want to allow users to mark individual sales opportunity records as a “favourite”, by adding the Opportunity ID to their profile, under the [Favourite Opps] column.
Functionally, this is working as planned - users can go to their profile and add/edit entries to the EnumList that holds the IDs for the opps. I have a view & slice that shows all favourites and that side of things is all good.
What I want though, is a pair of actions (Add & Remove Favourite) for the rows on the Opportunities table, that adds/removes the ID from the [Favourite Opps] EnumList.
I can’t work out what combination of Action types I need to do this, I don’t want any box to pop up, I just want to see the “+” action if it’s not in the list, and the “-” option if it is - this will provide all the UI feedback to the user.
Can anyone point me in the right direction please?
Thanks ![]()