I recreated this script exactly as it is shown but my Element Parameter is not collecting any sheet data. If I pull out the panel data from my element query we can clearly see revit sheet data though.
In your script, the names of the parameters are “drawn” and “created” while in the original example they are “Drawn By” and “Checked By”. Make sure that these parameters that you wrote exist in your Revit file.
Thank you for your response. I actually tried this but the newer Element Parameter will not accept this phrasing. I think because it has a space in it. When I type it in as exactly “Created By:” it throws an error saying “parameter collected some invalid data”. This phrasing does, for some reason, work with the archived Element Parameter.
I think this issue has something to do with that specific old Element Parameter component. Is it somehow a special component because it appears black?
I also used the updated version of Element Query component. I copied that old version of the component back into my new script and fed it into the new Element Parameter and it still doesn’t collect sheet data. Both the old and new Element Query hold the same data they just have different ports.