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

----------

Expression evaluation error at function a!forEach [line 8]: Error in a!forEach() expression during iteration 2: Expression evaluation error in rule 'config_temp': Invalid index (1) for list: valid range is empty

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())

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data