my workflow runs fine without any errors. and in my datatype, i have a field for a ‘list of things’ now these things are option sets. when the workflow runs, i can see in the debugger that the things ahve been assigned but when i check the database, the field is empty. whats going on. attaching a couple of screenshots:
As you can see from the debbuger, the list definitely has things added to it. but in the database the required skill tags field is empty.
Can anyone tell me why the items arent saving in the database?
Actually they are a field of option sets stored in a thing. so im basically “making a change to a thing” and then adding the selected options to the field of list of options
Cleared the issue by just moving the workflows to a different button. maybe that button was overloaded with workflows cuz it had about 20 steps. idk. but its weird. using the same logic and principle on the other button and its working. sometimes bubble gets confusing