Hello everyone, I have a workflow that is supposed to fill a form and I’m extracting the data that I’m going to write from a table present in the Data Base. How can I check for all the columns present in the row if any of them is Null or Empty?
Like if it is Null or empty don’t attempt to write it in the form, else write what you found.