Workato Tip of the Day: Avoid XML Pitfalls with Reserved Keywords!Did you know? In Workato, using <command> in an XML message template might show a red mark at the bottom. This happens because command may be reserved keyword in Workato. ( image a...
Hi Team,I came across a small correction needed in the Workato docs:If we observe carefully, the template used an object instead of an array.Please use an array when you want to retrieve multiple values in the template response.
Hi Team,I've noticed a minor discrepancy: there are two different default polling interval times present in two separate workspaces.Fig1. shows default value as 30mins Fig.2 shows default value as 5mins Could you please make necessary correction?
Hi @AMacourek ,In Workato, this behavior usually happens because the Authorization header (and a few others) are treated as sensitive at the action level. So:Manually typing a token/key directly in the HTTP step header → often triggers a “sensitive f...
Hi @TByford ,Did you try updating it on the UI page? Both methods should work, but updating through the UI is easier.Please correct me if my understanding of your requirements is incorrect.
Hi @lalatendujena ,It would be better to implement a stored procedure to handle the updates across all required tables. This allows the entire operation to run within a single database transaction.By using transaction control (for example, IF @@TRANC...
Hi @lalatendujena ,After observing your error looks you are calling Azure AD from AWS please correct if my understanding is wrong!if possible can you send us the screenshot how are you sending the request?Here I am adding after understanding the API ...