List for sheet by name & Number

What is the difference between these three types of lists?
Only the “list create” works when connecting to sheet create. -But are they not exactly the same?

Best

The input nodes to the list.create node are strings and for the other 2 they seem to be integers.

You’ve fed strings to List.Create. The other two are lists of numbers
The relevant input in Sheet.ByNameNumberTitleBlockAndViews seems to require a string

1 Like

Hi @robert.ek

Sequence will produce a list of numbers. The list begins at the Start input, and then increments by the Step input. The Amount input determines the number of items in the list.

List.Create allows a list to be created manually by connecting each individual element to be included in the list. Use the ‘+’ and ‘-’ buttons to increase or decrease the number of available input nodes.

Awesome! -solved with a “string from object”!
Thank you