#How to create an array of DateTimes?

2 messages · Page 1 of 1 (latest)

kindred scroll
#

Hi all, I'm sure this one is simple but figured I'd ask anyways.

I am wanting to have a field that stores a number of DateTimes as an array, or more specifically dates. These dates are holidays, and a field can have zero, one, or 1000. I'll then loop through the holidays, and if one exists, I'll apply some logic.

What is the best way to do this? Thanks! 🙂

amber adder
#

You could try a repeater that contains a dateTime field, then for checking if it exists, use a flow to loop through the repeater’s data?