I want to duplicate a list item which has many columns using a Power Automate flow and then change one column to another value.
My flow is as follows:
This is a few of the create item parameters:
There doesn't seem to be any way of taking the item row and assigning it to the create item action, you can only assign individual columns. As I have a lot of columns this will take ages!
If I look at the code view I get this:
What I want to do is replace item/Title with just item and then add the row item obtained during the Get items step.
Does anyone have any ideas of how I can do this without specifying each column individually