Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skylinecommunications/slc-as-setparameter


https://github.com/skylinecommunications/slc-as-setparameter

dataminer dataminer-automation-script

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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](/Documentation/SetParameter.png)