Solved
Invalid index (1) for list: valid range is empty
Hi Team,
How do we check if the dictionary has one of the value as null.
ERROR
----------
Eg:
dict1:
{
field1:"value1",
field2:"value2",
field3:""
}
Now, in my logic I'm trying to get each field value and storing in a variable.
index(local!data,"field3",null())
