List Sequence - Assign Sequence Number to a shared parameter type number

image

@Nick_Boyts, How do you get to show Sheet Name and Note Text in “Keynote” Watch the way it is in the screenshot? My graph is different

I’m just using a string as an example. I start with a single string and split it into the two parts. You would start with the element and get the two parameter values.

Part 1:
Part%201

Part 2:
Part%202

I think I did what you said, but I still have the same issue in my Revit schedule

Your list structure is off. When you get the parameters at the end of part one you don’t need to use a list input. It’s giving you a list of a list and you’re comparing that to a single list of elements. Get rid of the brackets and the List.Transpose node.

Okay so this is following your advise:

Part 1

Part 2

It seems to not be working, but ofcourse it might be something I am not seeing.
and also heres the graph
KeyNotes - Counter 4.dyn (38.7 KB)

You still need to get rid of the brackets in your parameter input. [Sheet Name] is making a list when it needs to be a singleton.

1 Like

@Nick_Boyts, I forgot I put the brackets there and I wasnt seeing it. Sorry about that. I fixed it and the graph works! Thank you very much!!!