How to copy data from present data into permanent data through Radio button

0
Hello! I am trying to copy data from present address into permanent address through Radio button. But it is not working.  Is there any way that how to configure the Radio button. Or Can I do through microflow. If yes how? Thanks in advance.
asked
1 answers
1

You could add an OnChange event to your radio button that is triggering a microflow. In this microflow you can do whatever you want.
For example: If your radiobutton is shown inside a dataview that is showing the non persistable address, you can copy the data to a persistable object and commit it.

Can you describe your usecase so that we have an idea on what you want to achieve?

answered