Hello,
I have a nintex flow and within it I would like to call a power automate flow, is that possible ? If yes how could it be done please ?
Thanks !
Hello,
I have a nintex flow and within it I would like to call a power automate flow, is that possible ? If yes how could it be done please ?
Thanks !
HI @grt_fi,
It's absolutely possible to call a Microsoft flow from Nintex flow.
The Microsoft article Calling Microsoft Flow from your application | Power Automate Blog will guide you to create a Microsoft flow that would be triggered by HTTP request.
Once you save the flow you get the URL to call with the query parameters.
The payload should be the one you based on the schema below:
You could use then the Call web service action within the Nintex Flow as shown below:
It's one option you can implement.
Hope that helps. ^^
Excellent reply by @cecilia-penha !
But if you are less in a hurry with your process and you have a desire for overview and control, here is another alternative to consider.
I often use flow where NWC doesn't offer the functionality. I use the best of both. It makes sense as they are two completely different products with different objectives. Flow also cannot do things NWC can do...
In order to have more control I use a SharePoint list in the middle.
Example:
The process is simple:
Just as a simple example.
Advantages:
BTW You can also use this the other way around: Let flow launch a NWC workflow via a SharePoint list and wait for a result.
Just another option to consider.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.