Sheet Set Manager - Update Custom Sheet Properties

I’m trying to use the AMR Sheet Set Manager package to work on a sheet set. There is a custom sheet set property named “Project Set Number” for every sheet. That value is just a sequential number up to the last sheet. I.e., if there are 250 sheets then the title sheet would have this property set to 1, the last sheet set to 250, etc. I’m trying to use the CustomProperty.EditSheetValue node, but it can’t take a list of sheets. It requires just a single sheet for input. So, how can I set this custom sheet property to be sequential for each sheet? I’ve got a list of the values and a list of all sheets, but I don’t know how to set the values since this node requires a single sheet instead of a list. I’m sure it’s something simple, but can’t figure it out. Below is the graph with the error for the node.

I think I fixed it by adding a String from Object node to the Sequential Sheet Number list before it was placed as the value to the CustomProperty.EditSheetValue. It was originally integers and by converting to a string it seems to have fixed the issue.

2 Likes