was thinking if this could be done with the available date functions and came up with this. It basically adds the {minutes} to a date and then uses dateDiff to extract the periods:
Add a calculated field called {startDate} with definition:
parseDate('1970-01-01')
Add a calculated field called {endDate} with definition:
addDateTime({minutes}, 'MI', {startDate})
Finally add the calculated field {Minutes to periods} with definition:
@robdhondt Thank You very much for the workaround! It’s a great logic you did use to help with my requirement and it works. I learned some new things from your post! Appreciate it!
@darcoli Thanks for this! Works perfectly!. I have been searching to find a solution for this for last couple of weeks now, and finally found a place! I Appreciate the help!