Welcome to the Gallery. Please feel free to post and comment, and check out our FAQ!

Community Gallery

Post, download, and share all of your favorite tools and workflows — from Alteryx supported to user-built.
Introducing Alteryx Marketplace

Easily access verified, supported, and secure Add-Ons.

LEARN MORE
Comments
SPetrie
12 - Quasar

How do you pass parameters to the flow? I select the flow but no parameters show as available. I manually set one and the flow runs but tells me input parameters are ignored. I try to pass it using a field and it tells me it failed to parse the parameters.

The flow is setup to ask for an input and the input works when I test in Power Automate. When I run the flow using the Alteryx connector however, it ignores my input and runs the flow using the same data I tested the flow with in Power Automate or says it succeeded but doesn't actually run.

 

Are there any more detailed instructions or examples on how to properly leverage this connector?

 

JessieC
Alteryx
Alteryx

@SPetrie - here's documentation - https://help.alteryx.com/20221/designer/power-automate-tool#sign-in-to-power-automate

 

Do you have screenshots of what you're seeing on the parameters options? Are you getting variables from field or select variables manually?

SPetrie
12 - Quasar

Thanks for the reply @JessieC 

This is what I see on the parameters screen when selecting the flow from the "My Flows" dropdown.

SPetrie_0-1667929166096.png

The flow is setup to accept a text value for an email address and the flow works properly in PowerAutomate

SPetrie_1-1667929229215.png

 

If I switch to using the flow id from a field so I can specify where the variable comes from and select the EmailText field, I get this when running the flow

SPetrie_2-1667929688454.png

If I specify them manually, I get a similar result.

SPetrie_3-1667930025603.png

In both of those runs, it did actually kickoff the PowerAutomate flow, but it used the last email I tested the flow with in PowerAutomate instead of the one I tried to pass it with the Alteryx workflow.

 

Logan_Coffey
6 - Meteoroid

Having the same issue as SPetrie above. The tool is pretty much unusable in the current format without the Parameters working appropriately. 

PierreRodriguez
5 - Atom

Hi! was anyone able to resolve this?

SPetrie
12 - Quasar

No. I opened a ticket with support an their answer was this

"As it looks, our internal team has concluded that defect GCSE-1173 is to be canceled at this time. They have indicated that Parameter values are not supported by Power Automate connector at this time. They did indicate that they are working with the product team to update our documentation to better inform on the feature availability and limitations for this scenario."

 

That was in Sept of '23. I also dont see the connector listed when searching the new market place, so Im not holding my breath for a fix.

I ended up using alternative methods to leverage PowerAutomate with Alteryx such as only calling flows that require no input parameters, or using Alteryx to update a Sharepoint list with the parameters I care about and having Power Automate kick off a flow when the list is updated.

Logan_Coffey
6 - Meteoroid

@SPetrie @PierreRodriguez we have found other ways around this - none using the Power automate tool (above)

 

To give an example -- we use power automate cloud --> Run a flow built with Power automate desktop. Within the desktop flow.. we call via API (https://alteryx.b-f.net/webapi//swagger/ui/index#!/Workflows/Workflows_Enqueue).. passing the values we desire through a textbox interface tool to update a formula. This is what is used to pass values to alteryx from cloud / desktop.

 

Similarly - we run things Power automate flows at a conclusion or the middle of a workflow by calling out to a the cloud's webhook to kick something else off, or return values to alteryx for further processing. 

 

Happy to show if interested (just send a PM) to explain in as much detail as needed.