I’m trying to save data returned from the backend workflow which converts plain text to json:
Format: Backend API (input= text)→ Return Data from API (output = input)
I followed this tutorial: https://www.youtube.com/watch?v=KrFsERqxy1Y
Now, I’m facing 2 problems
Firstly, when I run the backend api to convert json it shows this error (When “Include Error is turned and allow workflow to continue” is turned OFF)
Screenshot_2026-03-30_15-52-56524×346 23.8 KB
Screenshot_2026-03-30_16-09-58836×307 21.6 KB
Secondly, When “Include Error is turned and allow workflow to continue” is turned ON, the workflow does run, but the values are not detected by element or actions inside or outside of bubble
Screenshot_2026-03-30_18-07-071284×173 12.6 KB
I tested by trying to store at inside a state and directly to DB, but none worked.
What is wrong here?



