Noel B
11/05/2024, 9:10 PMCeligo AI
11/05/2024, 9:11 PMAI generated answer (using internal Slack threads):To return a workflow back to the first state when a user edits a Journal Entry, you can follow these steps: 1. Add a checkbox field to the journal entry called “has been edited”. 2. Add a 'Set Field Value' action on entry into the rejected state to set the “has been edited” checkbox to UNCHECKED. 3. In the 'Add Button' action, add a condition of “has been edited” = TRUE. 4. Add a 'Set Field Value' action that sets 'has been edited' to CHECKED after record submit when the event type is edit. 5. Change your transition to only execute on button “re-submit”. 6. Add another 'Set Field Value' action on Exit that set “has been edited” to UNCHECKED. This way, the workflow will remain in the Rejected state until the user edits the Journal Entry. After the user edits and submits the Journal Entry, the "Re-Submit for Approval" button will appear, and the workflow will transition back to the first state. ****** 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
11/05/2024, 9:11 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83483392
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829757035
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828177571
Celigo AI
11/05/2024, 9:11 PM