Hi all
I want to access to parent of parent record using workflow
Is there any way?any tools?
Hi all
I want to access to parent of parent record using workflow
Is there any way?any tools?
Yes, I agree with Andrew Butenko, this method works.
Thanks a lot
Thank you very very very much.It's so useful.
Hello,
There is a way on how you can access that data without development with the help of actions. Here is what you can do:
Let's say that parent of parent type of entity is "Entity".
1. Create a global action that has 1 input with EntityReference type that points to "Entity" and one output of EntityReference type that points to "Entity".
2. Add the logic to your action that copies value from input to output.
3. Save an publish that action.
4. Inside your workflow call that new action and pass to input parent of parent - you can reach that lookup for sure.
5. After message is called you get an access to record of parent of parent with all of the fields.
Siv Sagar
149
Super User 2025 Season 1
Daivat Vartak (v-9d...
53
Super User 2025 Season 1
Vahid Ghafarpour
32
Super User 2025 Season 1