When calling the API, I get a json with data.
After decomposing the incoming json, I get a large array with arrays that contain a fixed structure of 5 places. I need to access the first and third places in all the arrays, take the information and embed it in a Google Docs template. The goal in the end is to get a nice PDF that contains a right-aligned column with the list of objects from the first place and another left-aligned column containing the objects from the third place.
This is my senario
I extracted the data with Repeater and grouped back using a text aggregator only the data I extracted, but I can’t find a function that will align the text to the left or right.
If anyone has an idea how to help me, I would really appreciate it!
