How to copy input box value to another input box through check box

0
i want  to copy the mailing address to named location  when i click on check box.  all attributes are in personalCollection entity and there is boolean attribute  for check box in below microflow i have given condition is check box is true then all mailing address copy in named location fields. but it didnt work as per expectation.  see the images and  tell me what is going wrong?      
asked
1 answers
1

Hi Subhham,

In the microflow instead of retrieving PersonalCollectionList, you must retrieve mailing address object and then use it in PersonalCollection change activity action to update the required attributes. 

 

There are good learning paths in Mendix Academy, I will recommend to look into learning paths to get better understanding.   

 

Hope this helps!

answered