Sandbox and dynamoformabeta 8.0.0 Site.Proposals node > Elements?

Apologies if this is a repeat.

I am running Dynamo Sandbox 3.6.1

with DynamoFormaBeta 8.0.0 Package

New graph has 2 successful nodes. Forma.NodeMoelds.SelectSide (Select Site)

followed by Forma.Site.Site.Proposals (Site.Proposals)

result is a list of Proposals in the specified Site.

I haven’t found a node to list Elements of the listed Proposals. Is there one?

I found node: Forma.NodeModels.GetAllElementsHttp (Get All Proposal Elements) - that node appears to be specifically designed to only work in the Forma Player Extension in Forma itself.

Thx for your patience.

K.

Hi @kbzawork :slight_smile:

Sorry about the late reply to this question.

I’m away from my windows desktop now, so I can’t verify, but from my recollection:

There should be a node under the Elements namespace that is called GetAllChildren. This node takes an element input, so passing a single proposal into this node should give you the full list of Elements under the proposal (and including the proposal itself).

Håvard