Salesforce Fact #334 | Id implicitly available in screen flow Create Records

Do you know while using Create Records element in screen flow with Sobject record variable, once the record is inserted the Id value is implicitly available like what we have in apex. No need to do additional SOQL to fetch it.

Attached are the screenshots.

This is how it is in Apex:



And this is how it in screen flow:








Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

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