Skip to content

Element ID should also be an array on the automation scripts

License

Notifications You must be signed in to change notification settings

MariaCUSkyline/SLC-AS-SetParameter

 
 

Repository files navigation

SetParameter

This repository contains an automation script that can be used to trigger a parameter set on an element from a low code app.

Input

The script requires the following input:

ElementId [id: 2]

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

ParameterId [id: 3]

The id of the write parameter (this can either be a standalone parameter or a table cell).

PrimaryKey [id: 4]

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: []).

Value [id: 5]

The value that needs to be set. This needs to be formatted as a string array (example: ["value"]).

Usage

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:

Set Parameter Low Code app

About

Element ID should also be an array on the automation scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%