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 @Prudvi ,While the intent behind enforced prompts is good, over-reliance on them might lead to diminished developer autonomy and productivity. Instead, a balanced approach combining guidelines, peer reviews, and selective enforcement is likely to ...
Hi @Prudvi ,Here are my thoughts on the requirement:As a best practice, it is the developer's responsibility to provide clear and detailed comments to explain the changes made, ensuring future understanding and maintainability. If Workato were to han...
Hi @jpworkato ,Workato does not support the "succ" formula for generating successors. To achieve this functionality, you can use Ruby, Python, or JavaScript to manipulate the data. If you need further details or assistance, feel free to reach out!Tha...
Hi @ExcessionOCP ,If you're using MySQL, the assumption about today - 14 not being appropriate is correct. Instead, you should use the SYSDATE() function to calculate dates. Here's the revised suggestion:where order_date < SYSDATE() - INTERVAL 14 DAY...
Hi @Nmatan,Based on your post, I understood the following:You are asking whether you are missing something in how to use the Block Kit to include a Header block or if the Header block is not supported in Slack's Workbot implementation.1. If the answe...