Hey @Product,
Is there any way to reset or clear a variable that's in the data library?
I have a use case where I'm looping through a json array, and for some loop iterations, there'll be certain variables that are not empty, and some that are empty. My concern is that if I have a loop execution where a certain variable is not empty, and then the next iteration that variable is empty, the variable value from the previous iteration is preserved - please correct me if that's wrong.
I can't use a copy content WA since the actual value field is mandatory, and I tried using a 'Retrieve values from json' WA as well but that didn't work.