Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-as-setparameter
- Owner: SkylineCommunications
- License: mit
- Created: 2023-08-24T12:35:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:48:24.000Z (8 months ago)
- Last Synced: 2024-03-20T17:59:17.568Z (8 months ago)
- Topics: dataminer, dataminer-automation-script
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]).
## UsageThis 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)