Salesforce Fact #873 | Exploring screen flow action button(Beta)

With Summer'24 release, we can now access the screen flow action button feature as a Beta feature. As a use case, we know that capitalizing text does not work properly with screen flow reactivity. We can make use of a subflow which takes a string as input and returns the capitalized version. In this example, we are calling the subflow from a action button and the returned text is also set on the actual input with the help of formula resource 'InputDisplayValue'. Attached are the screenshots.