Re: How to call an action/workflow?
Hi @Verceti87
You can use virtual entities as @chleverenz mentioned. Probably for more advanced scenarios. You can try the following method with the help of power automate. When the user login to the portal using Azure AD or local it is possible to capture the entry and associate a record to a different entity.
Here are the steps.
In Power Automate:
1. Select dataverse trigger ( Screenshot below) (When a row is added, modified or deleted).
2. Adding the flow steps below for your reference. (All marked boxes are important)


Basically, the idea here is to create a relationship to your product and order entity from the contact table.
In the above screenshot change, the red highlighted your product or order entity.
Note: This will work. When the user logins to the portal and when they fill the profile page and press the "update" button.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.