Hello, I used a custom connector for the Orchestrator api.

With this variable I have access to the properties

I would like to display my list in a table. Do you know how I can do it?
Hello, I used a custom connector for the Orchestrator api.

With this variable I have access to the properties

I would like to display my list in a table. Do you know how I can do it?
-Use the Custom Connector to Get Data**: Use the custom connector to get the list of data from the Orchestrator API.
-Parse the Data**: Store the retrieved data in a DataTable.
-Display the Data in a Table**: Use the Output Data Table activity to convert the DataTable to a string and then display it using the Write Line activity or any other suitable method.
Cheers
Hello, thank you for the response. Sorry I forgot to specify. I’m on UiPath Apps