We are looking forward to support for publishing SharePoint items, e.g. for publishing SharePoint Modern Site Pages using Microsoft Flow. Can you provide a timeframe when we can expect support for this?
You can easily check in or check out SharePoint documents in Microsoft Flow with the help of Plumsail Actions.
It is a third-party product that provides Plumsail SP connector that provides a set of actions for SharePoint management, including check-in, check-out, copy, move, remove.
The idea is about "check-in" and "check-out". This blog post shows how to use "check-in". There is also check out action available. You can use it the same way as it shows for check-in.
Simple way use "Send HTTP Request to SharePoint" and use REST Api.
In my flow a file can be published to 3 different tenants, so in folder i have column to show where file/s is published, so if a file is published to one tenant and i want to publish it to another, i mark it for publishing, then i check in.
When Flow runs it will publish to the one where its not published, and then update the metadata so you can see it has been published, that part i needed Check out update Check in.
_api/web/getFileByServerRelativeUrl('/CO/Source/File name with extension ')/checkout()
_api/web/getFileByServerRelativeUrl('/CO/Source/File name with extension ')/checkin()
Hi all,
Happy to announce that this is now rolling out! Check the SharePoint connector today to see three new actions:
1. Check in file
2. Check out file
3. Discard check out
The 'Get file properties' action will also be updated in the coming weeks to include check in/check out status in the output.
Thanks,
Chaks