Hi, I'm running into a SOQL limit issue on a visual workflow. It was my understanding that custom metadata SOQL queries did not count towards SOQL limits, but the flow element triggering the error is a Custom Metadata record lookup.Also, according to this article, https://help.salesforce.com/articleView?id=vpm_admin_bulkification.htm, certain flow elements are supposed to be automatically bulkified by the platform, including record lookups, but that's not what I'm noticing in this case.The flow is an autolaunched flow called from process builder. The record lookup in question here is the first element, and in this case the only one that's getting executed because of the SOQL limit.Can someone let me know if I'm misunderstanding one or both of these?
Unfortunately, I deleted it when I had to resort to apex, but it shouldn't be hard to replicate the error. If I find some time, I'll do that and post it here.Thanks again!