0

I'm writing a Power Automate Flow that gets an item from one list, and creates it in another list. I've got this working fine, but I want the user to select the destination list from a dropdown input to a manual trigger. Is there a way for the Create Item to use a dynamic value for the List Name? It seems to need the schema in advance.

1 Answer 1

1

You can use dynamic list name as user input for manually trigger Power Automate, but you need to construct new Item for [Create item] action by using json() expression as shown in the sample below

Use Enter custom value when adding dynamic list name to [Create item]

enter image description here

1
  • This looks like exactly what I need! Thank you. You've also explained something else that has been puzzling me: Site Address - List Name - Item. Item? I've been puzzling over what that meant. Now I understand! Thank you again. I guess you have to be careful your JSON exactly matches the columns in the list, or it will fail. Commented Jan 29 at 18:25

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.