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

Evaluate PowerFX String Expressions for Static Analysis #2735

Open
gekarapa opened this issue Nov 11, 2024 · 2 comments
Open

Evaluate PowerFX String Expressions for Static Analysis #2735

gekarapa opened this issue Nov 11, 2024 · 2 comments
Assignees
Labels
MS_PAD Power Automate Desktop issues

Comments

@gekarapa
Copy link

For specific use cases, for static analysis, we need to retrieve the evaluated result of a PowerFX string expressions. To enable this, we need a method to get the PowerFX output from both string and interpolated string expressions, provided that the interpolated strings do not contain any island expressions.

@gekarapa gekarapa added the MS_PAD Power Automate Desktop issues label Nov 11, 2024
@gekarapa gekarapa assigned gekarapa and anderson-joyle and unassigned gekarapa Nov 11, 2024
@MikeStall
Copy link
Contributor

Can you elaborate on the scenario?

@gekarapa
Copy link
Author

gekarapa commented Nov 12, 2024

In the DLP endpoint filtering feature, we need to restrict specific values within action arguments. For example, a user might want to block requests to certain URLs, which will be done by comparing the runtime expression value against the endpoint filtering rule. Note that this restriction will only apply on design time when the expression is a static string, not in other cases.
Today, this requirement is limited to string arguments.

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