Salesforce Fact #769 | Using accountId field to store account name in screen flow datatable
In screen flow datatable, we cannot show field value from the related record.
However, we can use the parent record Id field to store the intended field value. For example, we want to access the related account name from the contact record. So, we can use the AccountId field to store the account name temporarily in the flow.
Note: This approach will work only if the AccountId is not needed to be accessed since that would get replaced with the account name.
Attached are the screenshots.
Comments
Post a Comment