Extracting Data from Walls in multiple levels

Hi
I want to extract the volume from different walls based on their levels. The number of levels can vary, it can be only Ground Floor or Ground Floor + 1st Floor and so on. So how can I provide a variable input?
I also want to make sure that the resulting volumes are also separated by levels, i.e. One list will contain only walls of Ground Floor and other will contain walls of some other level.

Hi @salmanjavaid2000,

How can I put in the levels as a variable input?
you can do this with the UI nodes of Data-Shapes or you can provide the names of the levels you want which are sperated by a comma or something like that. This way you have 1 string input for multiple levels.

also want to make sure that the resulting volumes are also separated by levels?

You can get all the Walls by Category and query their levels. Then you can filter them by Level