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
Ashima nidhiAshima nidhi 

Accessing Record values for sobject in Visual Flow

0
I was using various method to get the values related to an object inside a visual flow. Supposing I need to get name from object A__c inside my visual flow. I have option like getting the valie from lightning component passed to a flow or using inbuilt method like getRecords. However is there any way to get the values directly on the basis of name field already been present. For example: A__c is the object , And I am getting all the values inside the variable {!allValues}.
How to get the name field with the value 'ABC' for the object using the {!allValues}.Do iteration is required in this case also?