1
0
-1

How to Call JSON API & display API data in Form without saving to database?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -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.

      1. 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)?

      2. 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.

        Bean Shell Programing - Invoke JSON Tool Plugin Programmatically - Knowledge Base for DX 7 - Joget | COMMUNITY

        The article may not be what you're looking for, but it's a good reference.

      3. Akhil K N

        Thanks Ian for your information.

      CommentAdd your comment...