Empty Strings in Repeat Grid

I’m trying to populate a grid of blocks and leave some deliberately blank with a empty strings ("").

However, this returns the following error:

Plugin Error: Data series must be an Array of strings, not:  , , , ,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32
    at RepeatGrid.<anonymous>

Is there any easy way around this?

1 Like

D’oh, I had to convert the ints to strings.

1 Like

Welcome to the community and thanks for answering your own question! This will help others in the future

1 Like