LouiseT Posted October 12, 2023 Posted October 12, 2023 Hi I've been asked to add a warning or popup or similar if a certain type of request is raised on a Friday or Saturday. At the moment I can only think of a RequestNotice based on a decision, but I can't figure out how to get the day of the week in the decision expression - it seems that I can only use fields from the variable picker and can't manipulate them in an appropriate way. Anyone got any ideas? Or would like to point out something really obvious that I'm missing?
Steve Giller Posted October 12, 2023 Posted October 12, 2023 You can get the current day of the week with a Cloud Integration node, and then compare that to the days you wish the notice to appear on:
Steven Boardman Posted October 12, 2023 Posted October 12, 2023 @LouiseT in your workflow , you can use the Utility/Current Day in the iBridge to get the current day (Cloud Automation node) The output of this node is the current day Then you can use a decision node and branch to a notice node if the day is Friday or Saturday Hope that helps
LouiseT Posted October 12, 2023 Author Posted October 12, 2023 @Steve Giller @Steven Boardman That looks like just what I need! Thank you both
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now