I have a list of contacts on an excel sheet. some of the fields such as phone number was wrongly entered . I need to fix each line item of them . I tried my best I couldn’t do it . can I get help ?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Welcome to the community @AbdullahCG
some of the fields such as phone number was wrongly entered
Could you tell us what you mean by this exactly? If you can also share what the data structure looks in your excel sheet, that would also be helpful for the community to troubleshoot!
But assuming your excel sheet contains one row per entry, you shouldn’t have to use the loop over items. n8n will automatically run the phone number parser for each item (each row in the excel sheet)
Hope that helps!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.