I'm trying to use the Active Directory connector to create users. It's really odd that you are expected to pass in the DN for a creation function. I would expect that as output. Aside from that, I can't create any new users, as the format for CN i...
Hey everyone Recently I've been building a bunch of MCP servers with Workato, and somewhere along the way I got hooked on using AI coding agents for everything. Claude Code, Cursor — once you start, it's hard to go back to doing things manually.That ...
Hey everyone. Does anyone know how and where to get an attachment's ID in Wrike so can use this to download the attachment in a Workato recipe? Thank youFT
I have a folder or project with tasks in Wrike. I want to create a recipe to get this folder or project from Wrike, then convert it to CSV. Where or how do I locate the "export action" to download a file/folder/project from Wrike?Thank you
I'm making a Custom Action API call to a target system (Maxio).As part of this, I need to be able to pass two dynamically generated arrays of name:value pairs each time - one contains a list of restricted_products and the other a list of restricted_c...
We migrated our Atlassian integrations to the new Atlassian Service Accounts.Connection using API token succeeds in Workato JSM connector, but all JSM actions return 401 Unauthorized.The same credentials work successfully when calling Atlassian APIs ...
I am trying to login to workato go but unable to login , its a trail account i have and when i use the subdomain provided on workato ai dashboard hub it asks for login , i used the same trail account credentials but its throwing invalid email passwor...
I'm receiving a payload in a webhook trigger that has section of JSON like: I'm posting to an API that has an array like this:I need to pass the datapill API name in ParameterName field and the datapill value in the ParameterValue field. I can't fi...
I'm fairly new to Workato and feel like I'm missing something basic.In a For-Each loop I sometimes need to log/debug what happened at each step of the loop. When I view the logs it only seems to show the last step in the loop. Is there a way to view ...
HiI’m making an API call that returns an array of invoices. Nested inside each invoice is an array of discounts. Here’s a screengrab of the (cut down) Response Body for the step so you can visualise the structure…It’s a snap (as US folks would say) ...