Is it possible to call a powerapps javascript web resource from PowerAutomate?

111 Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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.