Hello
I have a dispatch action that adds the extension to any file added to vault. The extension is added to a 'version free' variable.
It works fine until I add a configuration to a part/assembly or a sheet to a drawing file. In this case, the version free variable field from the data card is empty.
Why is not working ok?
Thank you in advance.
Best regards.
I think the issue is that when you set a variable to version free it removes all the link information to custom properties and stuff. It becomes a standalone variable. If it is on the data card it no longer updates when you check the file in or out. You can also change them without checking out the file first.
If it updated when you checked the file in it would no longer be version free.
You will either need to updated the version free variable manually from the data card or have your dispatch do it somehow.