Salesforce Fact #763 | Dynamic helptext in screen flow using LWC

Suppose we have a scenario in screen flow where we need to show dynamic help text for an input. Whatever value is entered in the input, the help text shows the value.

We can implement this using an LWC.

In this example, there is a number type input and the helptext shows the text based on the input entered.

Attached are the screenshots.

Note: The reactive beta feature setting needs to be enabled to pass the data from screen flow to LWC.












Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

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