I have an object called ItalVinculacion, and inside it I have to read the content of ItalProduct, which is also an object, and obtain the values of ItalEjeAplicacion and Type, which are objects within the product.
This is my code:
var autoId = Get<Guid>("IdAuto");// ID del auto en ItalAutosNormalizados
var...
We are using an OOTB Webservice section to call the (GET) REST API endpoint and the response collection is captured in the "Response Parameter" of that web service. The response has a nested collection of data.
We are currently using the Script task to read the response data of a web...MoreLess
I am trying to implement a web-service integration that provides a collection of fields as a response, and adding it to an auto-generated page to show the results. Can someone guide me how I can implement this functionality to grab fields from a collection and show them as separate individual fields?
I have a question about working with record collection from read data element.
My case is to take all tasks planned for the next hour and send email to them owners.
I’d like to ask if it is possible to get a task ID, one by one, base on the collection, then read the necessary data from the task and send an email to the owner. (like in schema below)
I have also been successful in using the new upcoming functionality that was tested in the 7.16.1 release to feed a collection into a subprocess...MoreLess