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
somasundaram P 5somasundaram P 5 

flow get record query will be counted in apex soql limit during transaction?

somasundaram P 5somasundaram P 5
Hi all,
I have trigger for an object which is already exceeds the governor limit for soql,if i use flow get record element for the same object it will hit governor limit?.thanks in advance for the answers.

Thanks & regards 
Somasundaram
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Soma,

Can you check the below limits on the flow. The flow has seperate limits other than Apex limits.

https://help.salesforce.com/s/articleView?id=sf.flow_considerations_limit_transaction.htm&type=5 (https://help.salesforce.com/s/articleView?id=sf.flow_considerations_limit_transaction.htm&type=5)

Let me know if you need any other details.

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

Thanks,