Forum Discussion
Could I use page templates on multiple sites
Thanks for your response. I tried to create a Flow that is similar to yours. When I tried to save it, I get the following error:
Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "List not found\r\nclientRequestId: f6a45f3c-0a4c-4923-9af5-ab47900e0896\r\nserviceRequestId: f6a45f3c-0a4c-4923-9af5-ab47900e0896" }'.
Below is a screenshot of the Flow I created:
I have removed the domain of my SharePoint site. I have a page template stored in the "/SitePages/Templates" directory of the "/sites/ProductContent" site and I intend to copy this to the "/SitePages" directory of the "/sites/PartnerJourneyMethodology" site. (a "Templates" directory will be created within the "SitePages" directory of the destination).
- JasonYeungMar 27, 2023Brass Contributor
Thanks for getting back to me. I tried changing the Destination Site to Custom field by maximizing the menu option and then clicking on "Enter Custom value":
Once I clicked on this, I get a grey box with some options:
I couldn't find the "SiteURL" field. I was wondering would one of these be the correct one?
Jason
- Mar 27, 2023Try adding it as a custom expression. Seems like it's bugging for you as you have experimental feature turned on.
add this:
@{items('Apply_to_each')?['SiteURL']}