1 answer
- 10-1
JSON Tool - Knowledge Base for DX 7 - Joget | COMMUNITY > store it workflow variable
JSON Form Options Binder - Knowledge Base for DX 7 - Joget | COMMUNITY > load a list of selection (i.e selectbox) from API without saving the entire list.
- Akhil K N
My requirement is - When We open a form it should be preloaded with JSON API data! OR is there any way to display JSON API data like profile information (Name, Mobile No, Address etc)?
- Ian
use load binder. Personally, my preference would be to use a section load binder, fields that are required to be loaded by the JSON should be in this section. Probably have to use a BeanShell binder to call the API and then populate it into the fields.
The article may not be what you're looking for, but it's a good reference.
Add your comment...
How to Call JSON API & display API data in Form without saving to database?