This one is stumping me.
I have an asset builder that I have given a User Group access to. The User asset that is within that User Group creates a new asset, and after creation I need to remove them from this group so that they no longer have access to viewing or using the Asset Builder. Sounds simple.
But, the events that I am using for the Trigger such as Asset Created, all target the created asset, and I can't make a reference to the USER that created the new asset in order to unlink them from that User Group.
Does anyone have ideas on what I could do this?