I have a workflow that i have created that runs everyday to check if it is the last business day of the month if yes then it should trigger another workflow run - for this i am using Server API tool. The problem i am facing is that server API triggers a workflow all the time even though the filter returns not record..... how can i control the Server API being triggered
Solved! Go to Solution.
Can you utilize Control Containers? Control Containers: Take Control of Your Workflow - Alteryx Community
Use Case #3 could work!
Thank you @alexnajm i tried this but seeing these strange errors .. can you help? i've also tried connecting the filter output to both control container and "D" terminal of Server API tool. but it is giving me the same error
__PRESENT
Throw the tool in a batch macro. Attach the batch macro into a filter. @alexnajm - didn't you recommend this on another thread?
totally missed that the tool wasn't even connected.
You still need to connect to the tool (in addition to the Control Container)!
@apathetichell that could also work!
sorry, i missed adding the screenshot of the connection to the tool itself but it is giving the same error... :(
I was also looking at the server API connector documentation and it says that both inputs are optional..
I'm sorry - the tool works without the Control container but then produces these errors with the Control Container down?
that is correct ! not sure why it does not like control container
That's interesting - I am unsure of that behavior. Maybe try to bring that tool down again, reconfigure it, and run it?