Skip to main content

Extension scripting error : Error: No field matching

  • August 17, 2023
  • 2 replies
  • 28 views

Forum|alt.badge.img+7

Hi all!

I'm currently encountering a problem when I run a script (it is a script that was already made in another base that I tried to adjust to a new base). 

The script allows me to import data from a third-party excel sheet into my base. I mapped all the fields I needed from the excel sheet into my base (I don't need them all). 

Here is the info from the excel sheet that is supposed to be created into my base :

And here is the error I am receiving while running the script :

Here is my script at lines 91 and 114 :

I created the field -NBxajiiiCAqstlW9O7- just to see what the script what doing. It is putting ''Création du donateur'', which appears at line 91, into the field. What I need is for the id numbers that are shown in the excel sheet to appear in the corresponding fields in my base (idContact and idFundraisingDonation).

Thanks for the help!

David 

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9808 replies
  • August 17, 2023

Sorry, I don't know scripting so I can't help you there.

However, you can do this with no scripting at all by using Make.

I discuss a similar solution in this episode of the BuiltOnAir podcast:

https://youtu.be/cMA4GPj4iNE


Forum|alt.badge.img+7
  • Author
  • Known Participant
  • 13 replies
  • August 18, 2023

Sorry, I don't know scripting so I can't help you there.

However, you can do this with no scripting at all by using Make.

I discuss a similar solution in this episode of the BuiltOnAir podcast:

https://youtu.be/cMA4GPj4iNE


I watched it and I might go with that solution. Thank you!