Skip to main content

JSON to activity

Populate the fields of an activity form from a JSON file. If it is not available as standard in your Studio, you can download this system service from Grexx Marketplace. This system service is also used by Excel to activity.

Input

Use a casetype activity to add inputs to the Start JSON to activity form.

AttributeData typeMandatory?Description
activityStringYesID of the task to be started (go to the relevant task in your Studio and get the case ID from the URL).
caseidCase IDYesCase on which the activity should be performed.
InputJSON (multivalue)YesJSON files containing the input values for the activity.*

* Use key-value pairs to specify values for the activity form fields. Map each key to either the external reference for the activity form field, or the case ID of the form field, attribute, or platform attribute. To view the case ID of a form field, open the form designer and click the "Settings" icon. To view the case ID of an attribute, expand the columns pane and enable "Case id".

Tip:

An activity is started for each JSON in the multivalue attribute of type JSON. Since June 2022, there is a new version of the Marketplace product that allows the JSONs to be read in order (list-type multivalue).