Form.io Dynamic Select Filtering how to passing two params

1.3k views Asked by At

In Form.io when Data Source Type in URL.

how filter with two params of dynamic values in filter query in Form.io

date={{data.date}}&agentid={{data.agentid}}

1

There are 1 answers

0
Travis Tidwell On

I believe the issue is that you need to provide the parameters as follows.

?data.date={{data.date}}&data.agentid={{data.agentid}}