Hi!
Firstly - amazing work on making this working and on first sight it looks brilliant!
The documentation is very plain and would definitely need an update & more detailed howto.
The troubles in fact starts in the point where the documentation is done with explanation.
I am struggling to use response of such type: (for playing around I am using this public API , I imported it using the swagger .json file) here: Swagger UI
{
"elixirs": [
{
"id": "a22648df-4c70-4da0-9c9f-fe2c88c05df1",
"name": "Grand Pepperup Potion"
},
{
"id": "cb01e99b-8298-4402-9d6a-47b96c44ba2c",
"name": "Pepperup Potion"
}
],
"id": "599265f8-029a-45ea-9a66-29715f34aef0",
"firstName": "Glover",
"lastName": "Hipworth"
},
This is an example of one record that contains N number of sub-records under the field “elixirs”.
(Similarily to your example screenshot request that contains an N number of “tags” and “photoUrls”.)
I am struggling to understand how to access this in both UiPath Apps and in Studio.
Further I could get in Apps is like this:
I cannot find a way how to somehow make it not be [object Object]
And in Studio, the Connector Builder Scope will generate this:
So far so good. but how to loop through the elixirs?
The only options I have to the Data Type of Wizard are:

and the String elexirs___name is returning an empty string.
Also in the Connector Builder these have extra [*] inside the name:
Thank you for your reply.
Roman


