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

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow