Problem with sheet to PDF

Hello!
I’m new to Dynamo and I’m trying to create a workflow where Dynamo creates a sheet and then exports it as a PDF-file. So far I have managed to create a separate workflow that creates a sheet for me and I have also managed to create a different workflow that exports an already existing sheet as a PDF-file. I’m trying to combine these two workflows together now but I can’t make it work. This is how it looks like:


Is there a solution to it?

/Denis

Hi @Denish97,

Not positive but maybe add a transaction node once the sheet has been created?

best,

Ben

Hi!

How do you mean? Should I add a Transaction.end node that pairs with “sheet” at the end of the first part where I’m creating the sheet? I tried it out and it doesn’t work.

hi,

Worth a try! :innocent:

Looking at it again, you have your sheet being fed into a Get Views from View Set node. Which I imagine, as its a new sheet, it can’t have been added to a view set? Try removing this node and connecting the sheet element to the views port directly?

best,

Ben

That solved it! Thanks

/Denis