Forum Discussion
Deleted
Sep 18, 2019How to copy or duplicate an existing forms survey from flow
we want to schedule a survey monthly and track the results in a list which I can do but I also want to: schedule a flow task to copy a survey template , rename it SURVEY-X MONTH YEAR add in Mo...
Sar_56
Jul 21, 2024Copper Contributor
Yes you can do it by using Call an HTTP request in Power Automate flow (but this is a premium connector)
Mathod : Post
URL: formapi/api/<TenantID>/groups/<GroupID>/light/forms('<FormID>')/CopyToUser
You need to specify in the body field :
{"newOwnerId":"","newTenantId":"","isNewOwnerGroup":true,"patchProperties":{"title":""}}