I am trying to create the component, which needs to get SharePoint info through powerautomate, and I want to do it OnReset, but everywhere I looked, there's only guides about making a button that triggers a flow. Is it possible to do it without button/screen triggers?
Hi @LordNani,
You don't have to use button, any similar OnXXX attribute can. Like OnStart, OnVisible, OnChange.
Just need to do is, use FlowInApp.Run() embeds in these attributes.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.