How To Change a Drop down Menu Option

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.

So is your status field a list and not a single value? Which is why it’s storing Pending and Receivied, both? You can use the set list operator instead of add in the workflow for this field in the Make changes to thing action

Thanks for responding Zeroic.

I was able to fix it in the workflow by removing list of what is there and then next in the workflow adding the new choice value…

Not sure if that is the correct way but it seems to work.

Thanks again.

1 Like