I`m a hosted SharePoint user and I have 2 SharePoint Lists in a single site.
In List A, there is a Yes/No checkbox field and I am wanting to copy the Company Name and Customer Name into the Company Name & Customer Name fields in List B.
Looking to see if this is possible & how to accomplish it.
Regards,
Akshay Mane
For the existing list items, you can write a PnP script to copy the values from List A to List B. And for new items
you can create a workflow such that whenever a new item is added or an existing item is modified, the values from the
Company Name and Customer Name of List A is copied to the Company Name and Customer Name of List B.