
String, Decode using Master Table
Converts ID string to a Label string by referring to the “Choice Master” shared within the workflow platform. If there is no matching ID, it is converted to an empty string.
(C) Questetra, Inc. (MIT License)
https://support.questetra.com/addons/string-decode-using-master-table/
Download
- String-Decode-using-Master-Table.xml
- 2021-02-01 (C) Questetra, Inc. (MIT License)
- String-Decode-using-Master-Table-2023.xml
- 2023-08-16 (C) Questetra, Inc. (MIT License)
- for “GraalJS standard (engine-type 3)” on v15.0 or above
- String-Decode-using-Master-Table-ParseInt.xml ( parseInt(Label,10) version )
- 2022-03-25 (C) Questetra, Inc. (MIT License)
- String-Decode-using-Master-Table-ParseInt-2023.xml ( parseInt(Label,10) version )
- 2023-08-16 (C) Questetra, Inc. (MIT License)
- for “GraalJS standard (engine-type 3)” on v15.0 or above
- String-Decode-using-Master-Table-ParseFloat.xml ( parseFloat(Label) version )
- 2022-03-25 (C) Questetra, Inc. (MIT License)
- String-Decode-using-Master-Table-ParseFloat-2023.xml ( parseFloat(Label) version )
- 2023-08-16 (C) Questetra, Inc. (MIT License)
- for “GraalJS standard (engine-type 3)” on v15.0 or above
- Note: There may be an error in the value after the decimal point (floating point arithmetic standard)
- String-Decode-using-Master-Table-Prefix-Match.xml (prefix match version: “tmpId.indexOf(strId)” )
- 2021-02-01 (C) Questetra, Inc. (MIT License)
- String-Decode-using-Master-Table-Prefix-Match-2023.xml (prefix match version: “tmpId.indexOf(strId)” )
- 2023-08-16 (C) Questetra, Inc. (MIT License)
- for “GraalJS standard (engine-type 3)” on v15.0 or above
Capture

