how to make sure claygent continues upon error? If I use column A,B,C,D to use in my research via claygent, I want claygent to use B,C,D if A is missing. Instead of kills the run saying error. How do I work this out
To configure Claygent to continue using columns B, C, and D if column A is missing, you can use conditional runs. Here's how: 1. Set up your Claygent action as usual. 2. In the action setup, go to the "Conditional Run" section. 3. Create a formula that checks if column A is not empty or exists. 4. If the condition is false (i.e., column A is missing), Claygent will skip that row and continue with the next one. This approach ensures that Claygent continues running even if column A is missing, using the data from columns B, C, and D. To learn more about setting up conditional runs, would you like me to provide a step-by-step guide?
I found out about a switch making me switch on and off against needing that column to run or not. Thanks