Schedule Sequential Numbers

This graph will find the ‘Sheet Number’ location of families placed in views. Once the location is found then it assigns the data into a shared parameter called “Sheet Name”.

(Please see image) I would like to be able to divide the list by common Sheet Number, then schedule the list sequence for each. Could someone help? Thanks!

KeyNotes - Counter.dyn (17.6 KB)

Keynote%20Counter%202

Hi,

Try this.

1 Like

@Durmus_Cesur I was able to divide my List! Thank you!! Could you help me scheduling their sequence numbers?
Keynote%20Counter%203

1 Like

Hi,

Is that what you want to do?
1

@Durmus_Cesur, yes, that is what I wanted to do, but my main goal is to be able to schedule the sequence number. Also, Instead of starting from 0, the list should start from 1.

Hi,

Starting from 0 or 1 of the lists created in Dynamo is not something we can choose.

You can program the string number as desired. Please continue your chart and feel free to ask for help when you encounter any problems.

@Durmus_Cesur, so far I am here:

Keynote%20Counter%204

Hi,

Something like this will work.

@Durmus_Cesur
It dont think this would work.

My intent was to divide the list. We accomplished that:

My final goal is to take the sequence number from the list from each group as I tried to show in this picture:

I think this is closer, now I have to assign the sequence number to a parameter that will get scheduled in Revit:

Hi,

Try this?

The bottom part of your graph isn’t needed. Once you have your items split by sheet you just need to get the Count for each sublist and create a sequence for each one like you did.

I started my question wrong. What I actually wanted to do is here:

Thank you all for your help!