Forum Discussion
New_learner
Sep 29, 2022Copper Contributor
How can I copy Lookup column as Plain text column
I have one SharePoint list named: Customer-Project-List with lookup column named CustomerName from another SharePoint list named Customer-List . I want to copy this CustomerName column as text co...
- Sep 29, 2022
New_learner Follow below steps:
- Create a power automate flow which will run on item creation & update in list Customer-Project-List
- Use "Update item" action to add CustomerName lookup column value to another text column
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
ganeshsanap
MVP
New_learner Follow below steps:
- Create a power automate flow which will run on item creation & update in list Customer-Project-List
- Use "Update item" action to add CustomerName lookup column value to another text column
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
New_learner
Sep 29, 2022Copper Contributor
Thank you ganeshsanap. It worked as expected.