Hi,
I have a problem probably best described with a video. here it is
Watchtime 3 mins on normal speed. Any help insight appreciated
Hi,
I have a problem probably best described with a video. here it is
Watchtime 3 mins on normal speed. Any help insight appreciated
Hi. In the video I canât see very well your Formula. But you can try simplify the formule to test it and let only the search for email. If it works, you can try rebuild the entire formula to include the rest of the request in the Airtable.
Thanks, Helio!
Wemakefuture
If you have questions reach out
Thanks for the response. Iâve attached the formula but even when I simplify it to just email, it doesnât pass the value. Very confusing
Here is a quick fix
I can see that the Email you mapped in the Airtable Search module is part of the Customer output from the HTTP module and that the Customer output is in an Array format. Hence the module is not able to capture the email from the previous array.
Here is the fix.
Use the following formula to get the email id mapped in Airtable.
AND({Contract Status}=âContract Signedâ, {Email}=â{{get(map(20.data.customers; âemailâ); 1)}}â)
Just copy paste it and try to run the entire scenario. It will work.
Thanks @ManishMandot
Doesnât seem to work. If I run and enter the email address it states that âname@emailaddress.comâ is not a valid array. Iâve just pasted what you sent, I try to play around with the email part but couldnât get it to work. What am I doing wrong here please? I appreciate your time.
Yes, slightly wrong, remove the email mapping and just type email through the keyboard.
Still missing something it seems
HI
I think I have fixed this.
The values coming from the HTTP Module were actually (or should have been )collections. The module before that was should have been searching and finding one mandate was flawed and so it returned all mandates and therefore produced an array. This had a knock on effect so the customer module was returning multiple customers.
All sems to be working Ok so no need for a meeting. Appreciate your time though, it forced me to look in the right direction.
Heya @Jason_Jakarta
Thanks a lot for stepping back in and for letting the community know how you managed to solve this. We 100% appreciate it
Keep up the great work!