i have a model-driven powerapp application that uses a web resource (javascript) to updates a Dataverse tabel. The tabel contains a list of employees. I want to update the Dataverse tabel once a day and identify new employees. Therefor I would like to use a powerautomate trigger that runs each day to call my script inside the PowerApp webresource. Is that possible? If yes, what powerautomate modules do I use and how to set it up?
I'm afraid that's not possible. You will have to either put your logic into Flow or place your logic to Action/Custom API and call it from Power Automate Flow.