Forum Discussion
its_tutu
Aug 04, 2021Copper Contributor
update lookup column with the value of a single text column using flow
I want to update a lookup column with values from a text column using flow
so populate facilities id with the values from facility
- Hi
You would need to have a workflow activity which updated the list that you are using as the source of your lookup field first and then you'll be able to select it.
You'll need to check to see if the value is the lookup list add it if it's not found or retrieve the value of it found and use that value in your existing action.
Hope that helps you get to the next stage.