This repository contains an automation script that can be used to trigger a parameter set on an element from a low code app.
The script requires the following input:
The id (DMA/Element Id) of the element that needs to be set. This needs to be formatted as a string array (example: ["100/10"]).
The id of the write parameter (this can either be a standalone parameter or a table cell).
The primary key in case a table cell needs to be set. This needs to be formatted as a string array (example: ["key"]) and should be empty in case of a standalone parameter (example: []).
The value that needs to be set. This needs to be formatted as a string array (example: ["value"]).
This script can be used by providing hardcoded values as input or by using feeds in a low code app as shown in this example: