Ok so when you request a project file, you have to specify a tag, after that AJAX has a condition to check when a tag action is complete :
>On "your tag" completed :
YourArray > Load from Json (this is where you use AJAX.LastData expression)
Thanks, It kinda worked, I used action “Load from JSON string” and “AJAX.LastData”. However, everything from JSON array goes to cell 0,0 in the Object Array.
How can I transfer strings to their corresponding cells? Should I use loop, if yes, how?