I am using a SQL Query to pull 1 cell. If there is data it will pull ‘WFM_DATE_PROCESSING’ if it is empty, it will be null. I think I am then assigning that to a data table named dt_res. I then want to assign what is found to TRANS. Then if Trans has ‘WFM_DATE_PROCESSING’ in it, I want to open a Macro.
I think the problem I am having is getting the TRANS to be assigned what is in the dt_res table. Can you help me?
It is supposed to be a string, Either a null cell or a cell that says “WFM_DATE_PROCESSING”. So I took the dt_res out of the DataTable property and I changed the Variable to a string. Then I was able to set the Assign Trans=dt_res. But it is not proceeding to the If statement and opening the Macro. So I am assuming it was not passing the words “WFM_DATE_Processing”?
You just need to follow UiPath training video along with practice assignments…Otherwise everything will come with experience…
Thanks…
You can mark the comment as solution