Good morning,
I'm trying to put together a workflow that will query the Forms' database and I found that under the table "cf_users" I can get the username. This is great because that's what I was looking for. I needed the username in that format to assign User Tasks to that particular person.
However, I need a way to get a unique identifier; I was thinking initially that I could use the email address from the same "cf_users" and query as GIVE ME THIS USERNAME WHERE EMAIL EQUALS THIS EMAIL, but I learned that a person can have more than one account with the same email address.
My next thought was to query it with something like this: GIVE ME THIS USERNAME WHERE LOGIN EQUALS LOGIN.
Of courses I would need to join some other table, since the login does not seem to be in the "cf_users" table.
Can anyone point me into the right direction on where to find this login table or if there is a better way to tackle this?
Thank you,
Raul Gonzalez