Asset builder different creation location based on meta data


#1

hi all

I have built an asset builder page which creates an user account based on metadata schemas with fixed creation locations

Now I want user account to be created at different location if certain metadata field is ticked, what’s the best way of doing this? trigger or creation rules? I simply want asset to be at a different location not linked to a different location

Any advises are appreciated!

Thanks


(Bart Banda) #2

If the metadata selection field is purely for choosing where to create the user, you could just use the dynamic create locations settings on the asset builder instead: https://matrix.squiz.net/manuals/other-cms-assets/chapters/asset-builder-page#create-locations-screen

Otherwise, if might be better to create a trigger that moves the user into the right group after they have been created (and unlinks them from any other groups): https://matrix.squiz.net/manuals/triggers/chapters/trigger-actions#Create-Link


#3

solved with the trigger, thanks!