Sheet.ByNameNumberTitleBlockAndViews won't actually place the view on the sheet

I am trying to place views on a sheet and create the sheeet at the same time using BynamenumberTitleblockandViews. I can get everything to work by creating the sheet and finding the view with no errors. When the sheet is generated I get no errors but when I view the sheet, there is nothing on it. I have checked to make sure that view does exist and have tried using multiple views but I dont get consistent results

What is the error you are getting?

You can also use the rhythm Viewport.Create node to place the view onto the sheet at a specified location. The sheet has to already exist, so you can use a passthrough or transaction to control that.

image

The error I am getting is based off one of the views being to big to place on the sheet. I don’t receive that error for every view I have tried to put on it. Just the last one I did before I took the screen shot. I am kind of wondering if it has that issue every time and just doesn’t show the error every time.