The M-Files Community will be updated on Tuesday, April 2, 2024 at 10:00 AM EST / 2:00 PM GMT and the update is expected to last for several hours. The site will be unavailable during this time.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Metadata Card - Set Employee property automatically from the creator information

I have a property Employee which uses the built-in list Users.

Now I would like to have that when new object is created, the Employee comes automatically from the creator of the object.

I have added the information into the Metadata card like the information below but it still does not give the value automatically.

Also I have tried the setting where ForceSetValue is true but it does not work either.

What is wrong with this?

{ "Group": "XXX", "Property": "1482", "Priority": 500, "SetValue": { "Mode": "Dynamic", "DynamicValue": "%CURRENT_USER%" }, "ForceSetValue": false }