@Kyleb91 wrote:
Hi Guys,
So I’ve got a for each loop for IDs to run a query - it’s one query and then another query, but only one of them will work with the relevant ID, so in the flow I have one following another, with Continue on Error= True if the Execute query of either ID fails.
I have to append the results to a sheet though, and if the first query is not successful and continuing on error, there is nothing to append, so I am wondering is there a way to continue on error for the append range activity similar to execute query activity.
Or else within an if statement - if the execution is successful, then append - but I can’t get a statement for this IF to work eg: POST_DT.IsNullOrEmpty(POST_DT) ; or something similar.
Any help would be great.
Thanks
Posts: 5
Participants: 5