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
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]
-
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.Stu– Stu2025-01-29 18:25:49 +00:00Commented Jan 29 at 18:25