When I wire the FilledRegion I created directly into the Tag node the FilledRegions don’t get tagged,
but when I select them afterwards (using Select Model Elements) they do.
Can someone explain why this is and how I can resolve this?
I think you need a “wait.for” node.
What essentially does is wait for task 1 to complete, and then move onwards.
There is a transaction start and transaction end node too.
Those nodes do sort of the same thing.
I think a Transaction.End followed by a Transaction.Start node may be required here.
If that works the reasoning why would be the tag needing the filled region element to be committed to the Revit document before it can report it’s existence, never mind each of it’s parameters.