HI,
I am trying to read from a Dictionary output provided by the box connected system as shown below . How to read each items such as ID and type to a local variable ?
I tried fn!index(local!folderContents,"id") but it is giving me null output
Please help me
Discussion posts and replies are publicly visible
Hi Ramanan,
This looks to be a list of dictionary from the screenshot. Did you explore using the same index() function within the forEach() loop? That could probably give you what you want.
HI Nishant, I tried putting for loop but it is still giving me null