retrieve data with a microflow

0
I have two data views on a page. The first contains only a reference selector, the second contains a table that shows all fields associated with the data source table. Both data views are associated with the same data table. I want to select a record from the reference selector and have all the associated data show up in the second data view. When I try to set this up it tells me I can't have a parameter in the microflow. So how do I limit the data retrieved by the microflow?
asked
2 answers
0

Hi David. Have you read the information about 'Xpath' in the reference guide? Xpath is an essential tool in restricting/constraining data you want to retrieve into tables.

answered
0

thanks for your comment. I looked at xpath but don't understand how you define the constraint as the current value of the current reference selector. I couldn't find the reference selector in the intellisense drop down as I filled in the constraint.

answered