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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156