cancel
Showing results for 
Search instead for 
Did you mean: 

Table data transfer in Miniapp

Former Member
0 Kudos

Hi,

I'm developing a miniapp. On one page, I'm displaying a table with checkboxes. I need to pass the rows selected in this table on next page(template). How can this be done in ITS?

regards.

vishwas arya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

there are two ways of doing this 1. if it is flow files you can declare the the check box/radio button which is checked. it can be made <persistent = v_checkbox or v_radio button/>

2. declare a hidden field in html and pass the value which is checked and then the form Method like post or get will pass the value to the next screen.

hope this helps you.

all the best.