In Flow runner, how to send value of my set variable back to my table in database? i cant get it to work.
Hi Martijn,
You can use the Save Record in Database
block to update a record in the database:
The documentation for the block is available at: Save Record in Database - FlowRunner™ User Guide
Please share more details about your flow so we can understand the specifics and assist you further.
Regards,
Mark
Hi Mark,
Thanks for your reply!
I am still struggling a little bit.
I am trying to build a flow that updates a field in my table. it needs to do this:
I have an interval number and interval unit (day, week, month, year) and a display field. the display field should be the interval number and unit combined, and if the interval number is higher than 1, it needs to add an “s” to the interval unit. so the display field should look like: 1 month, 3 weeks, 6 days, 1 year.
My current structure looks like this:
Unfortunately nothing is being updated.
Hope you can help.
Kind regards,
Martijn
Hello @Martijn_Hendriks
I saw that your third version of flow has an “s” logic, do we talk about it? If so - there are an error that must be fixed in “display_unit” block. You can’t rely on variables from another flow branches.
But in the same time you attach screenshot from your second version, and there are no error logs but many user terminations of flow.
Which flow should we discuss?
Hi Martin,
I looked into your flow and recorded a video overview of what you have and the changes that you need to make to implement the required logic. Please take a look:
Regards,
Mark