Skip to main content

Hello, 

 

I have a screen with 5 dependent picklist 

record fields from WorkOrder on a screen. (I can't use the dependent picklist component

 because the dependency is more than 3 fields deep). 

 

I can't get the values selected in one of the record fields into a subflow called by an action button.  When I configure inputs into the subflow called by the action button, it only gives me options to select components from the screen, not the record fields on the screen.   

 

I'm trying to update text components based on the values selected in the record fields.  The text component and record fields are on the same screen.  Is there a way to do this without LWC? 

 

@Salesforce Flow Automation 

4 answers
  1. May 20, 4:05 AM

    Hi @Bruce Stewart

     

     

    I ended up developing an LWC that contains the FSE Field Resolution field, and the Customer Facing Notes field.  When the FSE Field Resolution field changes, an APEX class queries the necessary data and populates the Customer Facing Notes with the correct value(s).  These two fields are on the same screen in a screenflow.

0/9000