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 'In' Operator When Right Operand is an Untyped Object #2669

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

Error with 'In' Operator When Right Operand is an Untyped Object #2669

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

Using the in operator results in an error when the right operand is an untyped object.

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

the challenge here is ambiguity between scalar and tabular.

"abc" in "abcdef" // scalar
"abc" in [ "abc", "def"] // tabular

Once we say:
abc in U1

we don't know if U1 is scalar or 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