ProcessFunction Action
Process input data using Thingsup IoT Platform.
Last updated
Process input data using Thingsup IoT Platform.
Last updated
This provides a way to process input data. User need to provide following parameters.
Javascript code to process input data.
"payload" and "response" object are available in this code.
Write your custom processing logic or build your Mock APIs with predefined responses.
Please note the following points:
"payload" object is supplied from Action Trigger like Rules, Action Command etc.
Response object will be available as Action Response.
Loops are not supported for Performance.