Unable to Pass System Property Value to "Ask for Approval" Action in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 05:57 PM
Hi,
I have created a system property with the name certificate.manag.group, and the value of this property contains a group name, App Engine Admins.
I have also created a flow, and in that flow, I added an action called Ask for Approval. What I am trying to achieve is to dynamically pass the group name (from the system property) into the Ask for Approval action. However, I am unable to attach the group name from the system property to the Approval Group field in the "Ask for Approval" action.
Could you please assist me the group name stored in the system property is correctly used in the flow?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 06:18 PM
Hi @Hari S1
1. Store the group name/sys id in the system property.
2. Create custom action to retrieve the system property.
3. Look up group record by using the output of the custom action or you can directly write a field script in the look up action to fetch group record.
4. Pass the previously fetched group record to the Ask for approval action
Hope this helps.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 07:02 PM
Hi @Hari S1,
Is the property and the flow on the same scope? If the property is not in the global scope. Could you please use the full name of the property including the scope name:
And please store the group sys_id in the property instead.
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 07:07 PM
Hi @Hari S1 ,
Add one more lookup record action. this time to lookup the group record. and use that action's data pill to select the group on ask for approval
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 11:01 PM - edited ‎03-11-2025 11:04 PM
Hi @Chaitanya ILCR ,
I tried the same, but the group is not attached to the approval. Are any modifications required? Please see the attached images below
System property:
Flow designer:
1.
2.
3.
4.
Note: I am getting an error with Action 2 when using 'Lookup Record,' so I used 'Lookup Records' instead.
Thanks