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
Sandy GaliSandy Gali 

Formula fields in Visual Flows don't work

I created a formula field in a flow but it errors out.
Using cross object relationships directly in visual flow also did not help.
 For example : If A is my custom object associated with account and I have collection variable in the flow which refers to a column on account it doesnot work like A.Account__r.name fails and gives the below error.

The flow failed to access the value for A.Account__r.name because it hasn't been set or assigned 

I am triggering the flow from a VF page button and I am accessing A.Account__r.name in the VF page.
if I access A.Account__c it works fine.

Is there any one else who is also facing the same problem