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
SF Beginner 2019SF Beginner 2019 

Passing the Account ID to Child Object in FLow

I have this flow, but it doesn't seem to be populate the Account ID, All are populated except for the Account wherein it looks up on the account. did I miss something? because what I want is on the guided Action it records what is being input and lastly the accountUser-added image
GauravendraGauravendra
Hi Cloud Test 6,

The Account__c field is a lookup field, they store the salesforce Id of records.
You have to map it to just the Account Id ({!AccountID}), not the account name.

Hope that helps!