function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AlizehSAlizehS 

I wanted to know if there is a way we can obtain the automations which are currently referencing a particular profile

Use case : I am looking for a way if I can obtain which automations in the org ( flows, process builders, validation rules, workflow rules, approval processes etc ) are referencing the business user profile in any way. Is this achievable and how ?
Best Answer chosen by AlizehS
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Alizeh,

You may have to use VS code and extract all the metadata related to automachines and search with profile Name or profile Id.

I guess there is no other way to get this done.

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,

All Answers

Sai PraveenSai Praveen (Salesforce Developers) 
Hi Alizeh,

You may have to use VS code and extract all the metadata related to automachines and search with profile Name or profile Id.

I guess there is no other way to get this done.

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,
This was selected as the best answer
AlizehSAlizehS
Hi Sai, 
Pretty late to say thank you but this worked for me. Thanks a mil !
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Alizeh,

If the above solution worked you can mark it as best answer so it helps others in future.

Thanks,