Hello,
A quickly question, there is a documentation about workflow and variables available in it somewhere?
We need to know them for customizing a workflow for activities.
I didn't found any response about that on the forum.
Thank you.
Hello,
A quickly question, there is a documentation about workflow and variables available in it somewhere?
We need to know them for customizing a workflow for activities.
I didn't found any response about that on the forum.
Thank you.
Not really a real documentation about workflow and variables but I found my informations myself by trying a workflow and checking variables tab after that.
I encounter a new issue, i'm trying to use "SQL Select" to retrieve some data of users needed to fill a SNOW request but the SQL Select give a warning about accessing internal tables.
Here my query :
SELECT T_RAW_USER.user_id,
T_RAW_USER.department,
T_RAW_USER.first_name,
T_RAW_USER.last_name,
T_RAW_USER.email_address
FROM T_RAW_USER
JOIN t_av_user_account_mappings ON T_RAW_USER.master_enterprise_user_id = t_av_user_account_mappings.user_id
WHERE t_av_user_account_mappings.account_id = ${ChangeRequestItem.OperandId}
We are not able to query the database of RSA? What the objectif of this node so ?
The warning is in place as RSA suggested practice is to query public views instead of internal tables.
The is a warning only, you can still query the internal tables if you can't find the relevant information in the public views