I'm currently stuck on a formula for changing a Dropdown value from a button.
Here's my scenario
I select on the Garbagecan icon to Archive an item.
The popup comes up as a variable as I have set it to Set(varShowArchive, true)

Which pops up the below

I was able to do this on another app, using Removif, but I'm not trying to remove the record I'm simply attempting to change the value or a dropdown per that item from ACTIVE to ARCHIVED.
So the source would be '2A Customers'
And the result would be. If I click on ARCHIVE, it'll set the Dropdown from ACTIVE to ARCHIVE and thus patch the record.
Any help would be greatly appreciated. I know I can do this through the Edit form, (that is a feature of the app) but this would make things super quick for archiving old records.