Let's have a look at the one of the most common use case "Populating Adaptive form text field based on FDM initialized drop-down value". Consider a database table agent_rta_data that has 3 columns siteID, agentID and rtastatus, on form initialize I want to initialize a drop-down with the list of ag...
Hi,We have a process that will convert a lot of documents to PDF/A and for each document we will update a xml-variablewith some data using Set Value - <convert> <result> <filename>test.docx</filename> <status>-1</status> <errorcode>1234</errorcode> </result></convert>is is...
When OOTB drop down list component renders its options into the HTML markup, it outputs an ID "emtyValue" on the first element. This ID is static, and if the drop-down list component is used 2 or more times in the same form, this ID is duplicate. This is raised in the accessibility validation checks...
Hi,Did anyone try changing HTTP Status COde from 200 to 4XX or 5XX in process in case OOB event for exception is triggered?I have created process in Workbench where we are consuming JSON as body input and passing it through few business specific exceptions and OOB provided Exceptions like FileUtilsE...
Hi,Did anyone try pulling REST API Request headers in process as process variable?I have created process in Workbench where we are consuming JSON as body input and passing few business specific header request params. I want to retrieve those header and log in server.log when process is invoked?Any p...
Hi,we are working on a solution to convert a lot of different files to PDF/A. The input to the process is a folder, containing the files.The input-folder is stored as a list-variable with the documentsI am trying to get the name of the input-folder. Is there a simple way to this in workbench?regards...
Unable to view any of content after choosing template for creating correspondence though I created few document fragments.due to which I am unable to see content tab after DATA tab in preview screen.
We need a solution for an adaptive form - NOT a 'lifecycle' form...We have a few tables that allow for the rows to be added (addInstance) and removed (removeInstance). This all works.What I want to do - is to also fetch/display/null the value of a certain filed within a specific instance of a repea...