Local Action: When condition not working on the flow

Upon calling the local action and applying a When condition in the post of the the flow action the when condition breaks down if a particular property being called in the When condition is not present in the particular Flow.

@Neeraj@445

Hi,

If you are using the local change perform the following local-change:

  1. Create a hidden text field, for example, A, in the section where the drop-down control is defined.
  2. Call the Set Value action before the Local Action to set the property A (created in Step 1) with the activity output value. .
  3. Check for property A (defined in Step 1) on the Local Action

@I_amFrk05 Hello,

What is meant by check for property A that is explained in step 3. Can you elaborate please.

Thanks in Advance.

@Neeraj_Singh not able to understand your question properly. if possible can you provide more details please?

@Neeraj_Singh this issue is resolved now. as suggested I create the field in the UI as a hidden element with visibility based on the expression and run visibility on the client checked. after that, the action set condition started working properly.

Hello @MandeepRawat

Question: The validation does not work when we create a user interface (UI) for a local action and apply it based on a field that is not visible on the screen.

Solution: We add the field to that user interface and turn off the visibility.