- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2023 07:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2023 07:22 AM
An example would be:
If you set Email and Mobile no as coalesce true then if your imported data matches with Mobile and email field data of existing record then it will update that record.
If Mobile matches but email is not matching then it will create new record or vise versa.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2023 07:19 AM
It will consider and operation for both mappings.
If column1 matches and column2 also matches with existing record then it will update records.
otherwise it will create new record.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2023 07:22 AM
An example would be:
If you set Email and Mobile no as coalesce true then if your imported data matches with Mobile and email field data of existing record then it will update that record.
If Mobile matches but email is not matching then it will create new record or vise versa.
Thanks
Anil Lande