Forum Discussion
unknown917
Helper IV
1 year agoAutomate Flow adding rows to table trigger failed
I have a flow set up to add rows to a table. I received an error for null values when adding rows. I attempted adding the following expression to account for nulls: if(empty(triggerOutputs()?[...
unknown917
Helper IV
1 year ago
Allow me to better explain the situation. The columns I'm exporting inevitably will have null values at the row level. They are text columns, so I don't want to have a zero replacing the null or empty cell. I made the assumption that the flow failed because of this.