Details captured in the view is not being captured or saved in to the clipboard

Hello,

my scenario:

I have to keep a multi-select control where the user can select multiple groups. After selecting the groups, we need to show the list of products that are associated with the groups selected by the user.

configuration:

I have configured two multi-select controls, one to select multiple groups and the other to select products based on the groups selected in the first multi-select control.

Questions:

  1. How to pass the groups that are selected in the first control to the second control?

  2. I have observed that the groups that are selected in the first multi-select control are not saved to the clipboard. Why?

  3. Form setting in the flow action is not working, as the property is a type page list.

  4. The values are getting saved to the clipboard after clicking on the save for later button on the screen. How to save or commit the values to the clipboard?

I’m very happy if someone starts the conversation to understand more in detail

Thanks,

Lakshman

@LakshmanKumarThota Please take a look at this discussion for your first question. Form refresh settings

Question 2 - In Constellation, data is stored in a Redux Store until the form views are submitted, at which point it is sent to the server.

I’m unclear about your question in number 3. Could you provide more details?

Question 4 is addressed by the answer to question 2. Additionally, you can use the autosave component from the Constellation UI Gallery, which you can publish to your application to help with this issue.

For more helpful guidance on configuring Constellation, please refer to the Constellation 101 articles, which offer valuable information.

@RichOren Thanks for your reply and suggestions.

Question 3 discusses the form refresh option in the flow action. When examining the form setting option within the flow action, it only permits a single property and does not allow a page list property. In this case, I don’t believe the form refresh setting will help. I’m curious if there’s anything we can do regarding the form refresh setting, even for the page list property.

Can you provide more details about how to use or where to call the auto-save option after publishing it into my application?

Thanks,

Lakshman

@LakshmanKumarThota Here is the link to the Constellation UI Gallery and more information on the Auto save DX component

@LakshmanKumarThota - Here is a good discussion on the auto save field. Auto Save Discussion