Hi,
In Process Builder 6.7 User guide I see the following under "DQL Read" activity:
Step 7: Type the Query to Run in the text box.
To create a query that uses placeholder values, type a question mark (?) where you want the
value to be substituted. The question mark represents a parameter whose value the activity will
insert at runtime.
My DQL is as follows:
select user_address from dm_user where user_state=0 and user_name in (select i_all_users_names from dm_group where group_name like 'ecm_%')
Can any one please change my DQL with place holder(s)?
Also please give me some guidelines how I can pull the result (a collection of email addresses) into a variable (I think it must start with $$, like $$address).
Please share your knowledge and experiences for figuring this out.
Thanks.
ta