When editing the Settings for some actions (like 'Start and wait for an approval'), there is a Timeout field that takes an ISO 8601 formatted time duration value. The "Add dynamic content" option does not appear here. Is there any way to set that timeout dynamically? For example, if a request is submitted on a Friday or Saturday, I want the timeout to be 3 days or 2 days, respectively, since I don't expect approvers to look at the request on a weekend. However, if it's submitted any other day of the week, it should be 1 day. I can use a switch case and variable to set the appropriate value, but I don't know how to get it into that Timeout field.
