The standard Teams connector can't create a private channel. Use Microsoft Graph - POST /teams/{team-id}/channels with membershipType private and an owner in...
Read every column of a SharePoint list via the REST API, filter down to the custom (user-created) fields, and recreate the exact same columns on another site...
Need per-item access control in SharePoint? Break role inheritance and grant a user or group a permission level with two 'Send an HTTP request to SharePoint'...
Clicking a SharePoint file link in Power Apps usually opens a preview instead of saving the file. Appending &download=1 to the URL inside Launch() often make...
Return one JSON text output from 'Respond to a Power App or flow' and unpack it in Power Apps with ParseJSON. Nested objects, arrays and typed values in a si...