Hi,
I’m unable to save a JavascriptToBubble’s value to the DB.
- Debugger shows the values are calculated
- Debugger shows a new thing is created with the calculated values
- For a short notice the calculated values are shown in a table element
- When I go to the Database OR refresh the page, the values are all gone.
I have simplified the calculations down to the simplest Workflow without any dynamic values in the Javascript. The issue seems to be revolving around JStoBubble element.
When I click “save” the second time, it saves the values to the DB but now it also created a new thing.
Workflow step1:
Workflow step2:
Debugger showing a successful “Create a new thing” with the right value. Yet DB ends up empty.
I searched the forum, found the same issues without solution…


