If Object Exists in a Data-Driven Loop
I am having an issue of being able to check if a certain object exists once the data-loop starts. I have two 'If Object' statements. Both are looking at the text value of a search box. On the first run the program successfully checks to see if the object exists (but it will not exist),then continues to run the actionsunder that'if object' statement. On the second run (the object exists)it continues to run the actions under the 'if object' statement that looks to see if the object does not exists. How do I make it so the check object refreshes and runs the correct 'if object' statements?1.4KViews0likes3Comments