How to print the Json Array using for each loop

Hi @shreyash_shirbhate

Use this Assign acticity inside the For each loop

Use Assign activity
RHS : item.GetValue(“predictions”).ToString

Regards
Gokul

2 Likes