Re: possible to add a value to new key column in same flow?
It's basically a webhooks which collects a nested JSONs for items. I'm recording the items in a table which will act as a report
I want to first add a row to the table with fixed data. But the provided JSON may require me to add an additional column to the row, which I then would like to add a value to in the current row.
So in my flow I would create avalue to act as a key column, check if that key value exists. If not, add the key column to the table and then add the value into this column in the current row.