Essentially, we are tracking usage of our Action Views / Skills through an augmented attributes table. Unfortunately, this table refers to users through a code (CHANGED_BY field):
We have recently realized that we can extract User Information like this:
Which will give us a correlation between User IDs and the actual Users (Name + E-mail):
Since we have an ever-shifting user-base, is there a way for us to get this information into/from Celonis' Back-End (Data Integration) automatically?
Thank you in advance!!