Call Automation Studio from BPM Code

I am looking to call Automation Studio when the PartWhse updates. Many times there is more than one record, so the “Invoke Automation Studio” fails.
Am I calling it wrong? If not, can I call it via BPM code inside a foreach?

Just a thought not tried it…

:safe_harbor: SAFE HABOUR :safe_harbor:

Could you not call a webhook and pass in the modified dataset? Using RestClient?

Or on Automation Studio monitor when a record changes/added to PartWhse then go on with that in your recipe?

The second option sounds good. We can try that. I know that there are often issues with most tables though. Many people are writing BAQs and polling often. I don’t like that personally.

1 Like

Just remember to add your contrains to the polling as you dont want to process unneeded records.

1 Like