Bug backend workflows what did you do?

hi,
i have an api workflow that works on a thing X, then at end passes the thing X on to api workflow 2, then passes the thing X onto api workflow 3 until api workflow 4.

each of the 4 does an openai call in step 1 and then decodes the json and saves the response to a new thing Y in step 10.
the last step is literally create thing, with some text fields from the json and saving the original X.

but although they work one after the other, the json decodes properly the thing X is no longer saved to Y 1 in 10 times. the field just remains empty.

what can you do to force it to save?

i will report this as a bug but will take 5 days to solve in average so curious what you have done in these cases to get a faster solution

is not privacy rules or anything as it works 90% of time.

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