I’m creating a feed of posts in the database. on another table, I have a list of tags that gets created as well. When I create a post, there is a workflow that runs the actions to create that post. at the same time, in another workflow set up as a loop to do every 0.01 second, there is a workflow to add tags to a table. Now I need to link those created tags to add the unique id of the post that was create. because these are 2 separate workflows, I cant use functions like “result of step x”. Anyone has an idea of how to link those tags to the specific post created (its unique id) ?
I tried saving the unique id of the post after its created in a custom state, and in the other workflow for tags, to add that value, but bubble doesnt recognize the value of that custom state