You are viewing limited content. For full access, please sign in.

Question

Question

Forms Routing

asked on September 17, 2017

I am building a form with a table that will be filled with sql data.

Each row of the table will have a valid\invalid checkbox and comments box.

I need to route this single form when selections from the table are valid, follow the valid path and invalid follow the invalid path.

Any suggestions on the best way to do this

0 0

Answer

SELECTED ANSWER
replied on September 19, 2017

Thank you

 

We managed to get it right using

 

0 0

Replies

replied on September 17, 2017

Hi August,

Routing on gateways can be controlled by path conditions:

Since there may be multiple rows in the table, which row did you expect to use? Or did you expect the valid path to be taken when"all rows are valid?

You could use custom script to do calculations for determining path, and save that value in a field and use the field value in path conditions.

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.