I've created a form which has buttons to checkin/out the selected document. As the checkin/out action in flow requires the ItemID and library name, I pass the ItemID to the flow with SharePointIntegration.SelectedListItemID.
Originally I used First(Split((SharePointIntegration.Selected.'Folder path'),"/")).Result) to get the library name from its folder path, but it doesn't work anymore after the library is renamed. Since the path itself stays the same even the library name is changed.
Any idea how could I get the correct Library name/GUID of the selected item so I can pass it to the flow?

Report
All responses (
Answers (