Does form Refresh works for local actions launching from embed list add record?

Steps i followed.

  1. created a case type
  2. Added a local action
  3. Configured embed page list in local action view
  4. To add the record into embed list , there are 2 options (view,Action(Local action))
  5. Select Action and provide local action name " Insert record"
  6. Add one text property and one picklist property to the Insert record local action view
  7. Add form refresh to “Insert record” if user selects Yes for picklist then clear the value present in the text input

Hello @SreenivasuluV16633502

The configuration mentioned by you works but not sure what is the business requirement behind this implementation.

With view type as action, your modal dialog will be powered by the flow action which in turn helps you set up pre and post processing of the assignment and also the form-refresh settings as well.

You may want to explain your requirement and then we can suggest if there is any other alternative method with which you achieve your goal. Form-refresh are very less prescribed for the views unless and until it’s inevitable.

Regards

JC

Agree, with @JayachandraSiddipeta what is the outcome you are trying to achieve?

Having the user select “yes” or “add 1 record” that magically makes an item in a list appear, you can achieve the same in a regular table (with the OOTB add item link)

That said, it’s most likely a refresh issue. The UI is looking out for changes in “text property” but not changes in the embedded list. If you put a visibility condition on that list, visibility = always, then that will force a refresh from the server. That’s usually my first step if lists or embedded views aren’t updating.