Residential Address Vs Postal Address

Hello!

I have a requirement, The user fill the address in residential field and check yes for postal address, data field in residential address is copy to postal address otherwise fill the details for postal address.

Please find the screenshot for reference.

Thanks.

Address.docx (36.1 KB)

Hi Kamlesh,

Please write data transform to copy residential address to postal address.

Add action on radio button on change event please run Data transform using refresh section.

Hope this will solve your query

Thanks

Hello!

I tried to apply the same as you told me. But I have doubt in Data Transform because it copy the address for both Yes and No options. How do handle for No?

Please find the attached screenshot of both action and Data Transform.

Thanks

Address.docx (108 KB)

Hi,

You need to add when condition

when "is this also your postal address = Yes " then copy residential

If No then do nothing or reset the postal address

Thanks,

Pooja

Hello,

It is working now.

Thank you very much for your help

Thanks.