Probably something very simple in the workflow but I can’t seem to figure out the solution. So thank you in advance for any advice.
I have a page to edit/add products. 20 different inputs, all work fine.
Except the Option set dropdown menu. 4 options. Options such as received, pending, shipped etc.
For example to start, default is pending.
On my update page I am able to go to the dropdown menu and choose any of the 4, Works. It will add it to the database. Perfect.
My issue is, I cannot figure out what to put in the workflow to remove or change the “pending” automatically. So now when I look at the product in the database it has both. Pending and received for example.
I’ve tried a bunch of different ways but nothing has seemed to worked.
Thanks again for any advice.