โ08-08-2022 01:24 PM
I currently am using a callable recipe Autodesk created to pull file and folder metadata from ACC and BIM360. However, it only pulls the standard metadata such as name and date uploaded etc. I would like it to get custom attributes, how could i go about this as i would need to map the attributes to the recipe, but it would require the callable recipe to be linked ot the project as the attributes may change from projetc to project.
โ08-08-2022 01:34 PM
โ08-08-2022 01:57 PM
Thanks for reaching out, sent you a DM to setup a call.
โ08-08-2022 02:15 PM
Is it possible yourt custom attributes are a sub node? If so, it will require iterating thtrogh and checking each "name" / "key" value to find the ones you want to map and seta variable to the value.
โ08-08-2022 02:49 PM
I may be overthinking this, but my problem might be that the callable recipe uses standard info that is default across all projects. Metadata such as Name, Last Updated, Updated By, and Version number etc are all attributes automatically assigned to files on all projects. Custom attributes are on a project by project basis, and the callable recipe needs to be able to identify and reference these. Not really sure of the terminology, my apologies.