Skip to main content
Nintex Community Menu Bar
Question

How to trigger Nintex Item Level Workflow via Power Automate

  • July 31, 2024
  • 3 replies
  • 49 views

Forum|alt.badge.img+1

Hi, 

Can i check if there is any way to trigger nintex workflow 2016 (on prem) workflow from Power Automate? Understand that in Power Automate, we are able to call SharePoint onprem REST API to perfrom some action. However for nintex is SOAP web service. as such are we still able to make the same call from Power Automate?

3 replies

Arvindsct
Forum|alt.badge.img+2
  • Novice
  • July 31, 2024

you can set workflow start as manual and pass the item level id into flow and this should work.


Forum|alt.badge.img+1
  • Author
  • Rookie
  • July 31, 2024

Hi Arvind,

i tried that but as Power Automate trigger the HTTP request using JSON, the SOAP XML whay of trigger does not seems to work for me. Is there a way that we can trigger the SOAP web service using JSON?


Arvindsct
Forum|alt.badge.img+2
  • Novice
  • July 31, 2024

you can follow another approach as well. you can add item into one sharepoint list from Nintex and on add trigger workflow. In the Strat trigger list you can add item id as well.