Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with Sum Function When First Argument is an Untyped Object #2670

Open
gekarapa opened this issue Oct 3, 2024 · 1 comment
Open

Error with Sum Function When First Argument is an Untyped Object #2670

gekarapa opened this issue Oct 3, 2024 · 1 comment
Assignees
Labels
MS_PAD Power Automate Desktop issues

Comments

@gekarapa
Copy link

gekarapa commented Oct 3, 2024

The sum function returns an error when the first argument is an untyped object.
Error message: Untyped objects cannot be used as the first argument to functions which supports record scope.

@gekarapa gekarapa added the MS_PAD Power Automate Desktop issues label Oct 3, 2024
@MikeStall
Copy link
Contributor

The challenge here is an ambiguity between scalar and tabular overloads.

Sum(U1, U2) // scalar or tabular?

Sum(1,2) // scalar
Sum([10,20,30], Value) // tabular

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MS_PAD Power Automate Desktop issues
Projects
None yet
Development

No branches or pull requests

3 participants