I am facing an issue with Add Data Row.
In my scenario I have to check for the field, weather its present or not then have to take action accordingly, so on the 1st IF statement its working fine but in next IF’s instead to writing the data to same row it is generating/writing the data in a new row.
below is the screenshot of the output, its duplicating the data, whereas I am looking for data to be in 1 row than in multiple.
So, my input is a JSON, and by using Build DT, I have created headers for my data-table, and after desterilizing, I am looping in for each, in that I have assigned some variables, to get the values but some of the tags are missing in json, for that I have used If condition’s to check, if that tags are present or not, if not then put some predefined value to that field and populate the data along with that and if present then get the value from the json only and populate rest of the row data, like that I have put multiple IF condition’s.