Data field is initialized and data is stored in it in a workflow but the data doesnt show in the database

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:
SC1

SC2

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?

Are you saving them to State using ‘Set State’ or using ‘Create a new thing…’ ?

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

Check if there are any pending errors & that the thing you’re trying to make changes to exists or not

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

This topic was automatically closed after 70 days. New replies are no longer allowed.