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 caseid from the URL).
caseidCase IDYesCase on which the activity should be performed.
InputJSON (multivalue)YesJSON files containing the input values for the activity.*

* Each form field or underlying attribute must have an external reference. Map the keys in the JSON file to the external references in order to specify values for the activity form fields.

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).