Forum Discussion
Na Estam
Sep 04, 2018Copper Contributor
Need help on flows, am very new to it.
How can i get the attached file scenario in flow
Anonymous
Sep 04, 2018Basically, just use the SharePoint action to get list item from the other list, then you could do a condition, or you could always just set a variable getting the data from that column in the list form the "Get item" action. Then you can use it anywhere else in your flow.
- Na EstamSep 05, 2018Copper Contributor
Actually i have a designer workfow 2010 would like to convert that to flow.
this needs to trigger on item creator.
example: i have a lists called, test configurator, test base.
in test base list one column called profit center and test configurator list also one called test configurator.
if user enters profitcenter == XYZ while in list item creation, then it needs to search in test configurator profit center and fetch the data of Assigned PLM column information.
testbase test configurator
Profit center == XYZ Profit center == XYZ , AssignedPLM =="ravan, raghu"
Please let me know if you need any more information