Milcho Dimkov
12/16/2024, 8:25 AMCeligo AI
12/16/2024, 8:25 AMAI generated answer (using internal Slack threads):In order to capture the result returned by a workflow action script in the workflow, you need to create a workflow field or state field of the same type as the return type of your script. Here are the steps to do this: 1. Create a workflow field or state field. In your case, since your script returns a boolean value (true/false), you should create a field of type 'Checkbox'. 2. In your script record, there is a Parameters subtab. In this subtab, there is a field called 'Return Type'. Set this field to match the type of the field where you want to save the result. In your case, this should be 'Checkbox'. 3. In the workflow action page, under the 'Store result in' dropdown, you should now see the field you created in step 1. Select this field to store the result of your script. 4. Now, you can use this field in your conditions to execute later actions based on the true/false value returned by your script. Please note that the 'Store result in' field will only show fields that match the return type of your script. If you don't see your field in the dropdown, double-check the return type of your script and the type of your field to make sure they match. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
12/16/2024, 8:25 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.860633194
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856650472
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838935733
Celigo AI
12/16/2024, 8:25 AM