Support for invoking Dataverse Functions #2768
chrispiasecki
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today we can call Dataverse Actions / Custom APIs / Instant Functions in PowerFx using the Environment object (e.g.
Environment.AddMembersTeam({teamId})
.It would be great if the Environment object could be extended to invoke OOB Dataverse Functions such as CalculateRollupFunction or Custom APIs (with IsFunction = true).
Example:
Environment.CalculateRollupField(params)
Beta Was this translation helpful? Give feedback.
All reactions