Logics
Execute Form Logic
Executes a form logic in one of the following modes: init, valueOptions, onValueChange, onClick. Only one mode can be used in a single call, and only the formula elements matching that mode are executed.
Use this endpoint to generate the initial form, lazy-load value options, or return changes that should be applied to the form after a user interaction. The request payload exposes typedId, sourceInputName, and inputValues to the form logic.
post/formulamanager.executeform/{uniqueName}/{mode}
Request body
Response
OK
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○