Execute Service

The Execute Service block lets users execute a service by providing the app name, model name, service call name, and any required parameters.

Execute Service block

Input Pins

chevron-rightAppNamehashtag

The Application name that contains the service

Data Type : String

Example  :  "Asset"
chevron-rightServicehashtag

Name of the model that contains the service, followed by the service call

Data Type : String

chevron-rightParametershashtag

Required Parameters for executing the service

Data Type : Dictionary

Output Pins

chevron-rightAllOutputhashtag

This is the data returned by the service—usually a table service result.

Data Type : List

Example: Using the Execute Service block in a real application

Last updated