APS 2.3 - Module Editor dropdown list filled by REST API response problem

cancel
Showing results for 
Search instead for 
Did you mean: 
robinp
Partner

APS 2.3 - Module Editor dropdown list filled by REST API response problem

Jump to solution

Hi all, 

I'm using APS 2.3 and I'm trying to create a simple workflow through the BPMN Editor where the initial form has a dropdown list that needs to be filled by a POST call response.

Actually I'm facing a simple problem: in the module editor I can't operate REST calls using HTTP method that are not GET.

This is weird because in the Process Editor I can instead create very complex REST calls using the "REST Call Task".

Any suggestion?

Thanks in advance

1 Solution

Accepted Solutions
robinp
Partner

Re: APS 2.3 - Module Editor dropdown list filled by REST API response problem

Jump to solution

I was finally able to fill my forms through complex API responses.

Probably this is a workaround, but I created a different REST task for every form field I needed to autocomplete dynamically. For every response I created a new process variable and manipulated them in the final form using the javascript component.

View solution in original post

1 Reply
robinp
Partner

Re: APS 2.3 - Module Editor dropdown list filled by REST API response problem

Jump to solution

I was finally able to fill my forms through complex API responses.

Probably this is a workaround, but I created a different REST task for every form field I needed to autocomplete dynamically. For every response I created a new process variable and manipulated them in the final form using the javascript component.