Hi,
I'm iterating in a json output and adding the values as dynamic content toa row for each iteration.
However, some values are empty. For example one row can look like this: a, , c,d...
IS there a way to handle it or I have to make a condition for each field whether it is empty, and if yes update the value with something random?
Please advise,
Thanks