Revit Batch Processor - Save Files

I have produced a import script for dynamo, which brings in room parameter data from excel. My script ends with “Element.SetParameterByName”. I have ran this on the Revit batch processor, but the file doesn’t save - How can I get the batch-processor to save the file?

Hi @m.hoper9DMVY ,

The Clockwork package has a node to Save a Revit Project, I don’t know if that is compatible with the Reivt Batch Processor but you could try it.

Also, perhaps a waitfor/ transaction.end node might be necessary before the “Save” node.

1 Like

The Clockwork node works perfectly for that

1 Like

Could you please show me how you wired the clockwork save node? I am also having the same problem while using the RBP. The RBP does not save the modified file.

Thank you for this - I am trying to use the clockwork, but unsure on how to link it to the last node in the scrip - Would you have any idea’s?

I would try with a passtrough something here…

2 Likes

Hi @m.hoper9DMVY ,

See if a setup like this works for you:

I am not 100% sure the Transaction.End nodes are needed here, but couldn’t hurt to add them anyway :slight_smile:

2 Likes