Hi
I want to instantly(when records added,modified,deleted) be able to recalculate a rollup field. I have found this article:
Solved: Modify Rollup field frequency to run every 30 mins - Power Platform Community (microsoft.com)
is says:
1. Create a workflow/power automate flow that will be triggered on create/update/delete of child record.
2. Call CalculateRollupField message to recalculate the rollup field. If you choose workflows you can use custom workflow activity from my Ultimate Workflow Toolkit pack - https://github.com/AndrewButenko/UltimateWorkflowToolkit
My question is how should i call CalculateRollupField message within the power automate?