Hello,
I'm trying to connect a customaction on the ribbon to power app flow, y provisioning custom action like this:
<pnp:ProvisioningTemplate ID="CommandUIRibbonSamples" Version="1" xmlns:pnp="http://schemas.dev.office.com/PnP/2019/09/ProvisioningSchema">
<pnp:CustomActions>
<pnp:SiteCustomActions>
<pnp:CustomAction Name="CA_ShareDelete" Description="Share and delete" Location="CommandUI.Ribbon" RegistrationType="List" RegistrationId="101" Title="Share and delete" Sequence="6000" Enabled="true" ClientSideComponentId="4a4d7b39-c925-4cfd-8676-0ac5381b14b9" >
<pnp:CommandUIExtension>
<CommandUIDefinitions>
<CommandUIDefinition Location="Ribbon.Documents.Copies.Controls._children">
<Button
Id="Ribbon.ShareAndDelete"
Command="ShareAndDelete"
Image16by16="/_layouts/15/images/sharepointfoundation16.png"
LabelText="Share & delete"
Description="Share the document on email and delete it"
ToolTipTitle="Share & delete"
ToolTipDescription="Share the document on email and delete it"
TemplateAlias="o1"
Sequence="15"/>
</CommandUIDefinition>
</CommandUIDefinitions>
<CommandUIHandlers>
<CommandUIHandler
Command="ShareAndDelete"
CommandAction="https://contoso.azurewebsites.net/pages/index.aspx" />
</CommandUIHandlers>
</pnp:CommandUIExtension>
</pnp:CustomAction>
</pnp:SiteCustomActions>
</pnp:CustomActions>
</pnp:ProvisioningTemplate>
can i call in CommandAction a flow "For a selected file" type?
Thank you!
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional