Using selected data grid row values in flow

I want to populate a form based on the row of a data grid that is selected by the user. How can I do this?

Comments

  • You can do this if you have your Data Grid's Grid Mode set to either Single Select or Multiple Select. I will give an example for a Data Grid set to Single Select.

    I have a Fetch Entities step set up to grab all of the Accounts from my environment and I pass the list of Accounts into my Data Grid. The Account selected from the Data Grid gets passed as the output of the Show Data Grid Form step.

    You can find the Grid Mode settings in the Properties of your Data Grid.

    I am then able to pass in any property from the Account selected into the Selected Item From Data Grid Form. I have chosen to display the email associated with the selected account in a text box on the Selected Item From Data Grid Form.


Sign In or Register to comment.