Hi There,
Hopefully someone can help. I have found many examples online of flows being able to copy data from one column to another using Power Automate, however my requirement is slightly different. I only need to copy the first 4 characters. With our current list we use a calculated column with the formula "=LEFT(Title,4)". Can this be integrated with Power Automate? We need to avoid using a calculated column as it is causes issues elsewhere.
I need to create a flow that will copy column 1 into 2 as below:
| column 1 | column 2 |
| abc123 | abc1 |
| acb432 | acb4 |
Is there any way to do this? Any help is appreciated.