In reply to: S Blue
Hi Daniel,
Thanks for the reply. I'm still quite new to Webcon so I'm wondering if there is there a documentation to achieve that?
I would be working on retrieving some data on an API and my goal is to display those data on the task form.
Regards,
Hi,
in case you need documentation for the word file creation you can read up on it here:
https://community.webcon.com/posts/post/webcon-bps-word-modern-how-to-use/328/3
I'm using a REST data source to populate an item list in one of my processes.
1) The REST data source uses a field value from the instance using the "All form fields" node. This data source can therefore not be used with any other processes.
2) The replace item action uses this data source.
Alternatively you can use the REST action and map the response to an item list.
https://docs.webcon.com/docs/2025R1/Studio/Action/Integration/Action_RESTWebServiceInvoke#id_2
I've used both option in different cases.
I have one remark.
I'm sometimes running into issues that not the latest information are displayed in the Word document. Most of the time the solution is to update the in the automation of the path and create the document in the OnEntry of the next step.
Best regards,
Daniel