Forum Discussion
Matthew Sutton
Aug 22, 2017Brass Contributor
Using Flow to create a variable and then use in a 'query'
Hi - I am creating a Flow to do the following:
- On item modified
- Initialize variable 'shortnameVar' - set to single line of text field with multiple value 'shortname1' (this field will contain values like ABD DEF)
- Get Items from another list (in this list are items where 'shortname2' exists but with only one value.
- Apply to each
- Output from previous step - Value, with condition of 'shortname2:value' contains 'shortnameVar'.
I am essentially trying to use a list item column that will contain a single entry to query a column that may contain multiple entries to extract only those that evalute to true.
Thanks
- Matthew SuttonBrass Contributor
I did some moving around and modificiations to the Flow and got it to work as wanted in the end.