Posted By
Bert Barrez
07-25-2022 05:18
Found In
Egroup:
Genesys Cloud - Main
\
view thread
Hi James, You can use the following expression `ToInt(Substring(ToString(Task.currentDatetime),21,2))< 70` on a logical decision block. Anything in the `yes` path is the 70% split, the `no` path is 30%. You can now probably use the rand() function as well, but I haven't tested it in production (yet). ...
|