Saving “Return data from API” data to DB

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-56

Screenshot_2026-03-30_15-52-56524×346 23.8 KB

Screenshot_2026-03-30_16-09-58

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

  1. Screenshot_2026-03-30_18-06-27

    Screenshot_2026-03-30_18-06-27254×235 10.5 KB

Screenshot_2026-03-30_18-07-07

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?

Probably a few different issues, like the use of /n for new lines in your input_text and not converting the json key value to be used as an API Object type in bubble which requires the use of prefix in front of the key value