Looping through all the form data variables using hash variables

Confluence User - 23 May, 2017

I tried looping through all the form data variables.. But the process ID changes randomly.. And to access a particular field element we need to give the record id which is unknown if some one else use the application... So I need help to retrieve all the formdata from the table name and to perform operations on them individually... Please answer as soon as possible

forms;datalists

1


24 May, 2017
confluenceUser
confluenceUser

Hi, the question isn't really clear, but if you just need to retrieve form data from the db tables then you can use standard Java JDBC to query the db. You could do it in BeanShell tool or binder, or in a custom plugin, depending on what you really need to do.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print