Why is this not documented further? Because it's common to every language. PHP, Java, C#, Apex... All languages have this ternary operator. Probably why it's not documented heavily. There are plenty of debate on the forums open if you want to go explore deeper. Let's keep it at this... Because it's use case is limited … Continue reading The Salesforce Ternary operator.
Salesforce
How to concatenate Multi Select Picklists using Salesforce Lightning Flow
Scenario: I have a picklist for users to choose which version of our product customers have. I have a second picklist for users to choose which version of our product to "upgrade to". Included in the upgrade, are manual, but required, patches (or hotfixes) that must be applied. The Operations team is requesting that I … Continue reading How to concatenate Multi Select Picklists using Salesforce Lightning Flow