Pass value in business_minutes()
Hello there,
I would like to use the function business_minutes() and pass data for the start and end of the working time. The times may be different for each data record, so I cannot use a fixed value. How can I do this?
Something like this:
business_minutes('2023-01-01 08:00:00', '2023-01-01 20:00:00', t."workStart",t."workEnd")
doesnt work! :(
If it fails because of Zoho's functionality, how do I solve my problem?
Best regards