Hello everyone ,
the thing is that I am trying to send an Excel function through Make using a webhook from glide to end up in an excel table, but I have received an error stating that the argument is invalid or missing or has an incorrect format. The formula I am trying to send is the following:
=SI([@Situación]="Aceptado";SI([@Zapatos]="No Necesito";;"Zapatos size: "&[@Zapatos])&SI([@Pantalones]="No Necesito";;", Pantalones size: "&[@Pantalones])&SI([@Parka]="No Necesito";;", Parka size: "&[@Parka])&SI([@Chaqueta]="No Necesito";;", Jacket size: "&[@Chaqueta])&SI([@[Ropa interior]]="No Necesito";;", Underwear size: "&[@[Ropa interior]])&SI([@Guantes]="No Necesito";;", You need Gloves: "&[@Guantes])&SI([@[Lentes de Sol]]="No Necesito";;", You need Sunglasses: "&[@[Lentes de Sol]])&SI([@Casco]="No Necesito";;", You need a Helmet: "&[@Casco])&SI([@Bloquiador]="No Necesito";;", You need Sunscreen: "&[@Bloquiador]);"Order Cancelled or Pending")
Could someone help me solve this problem? Is there a problem with the formula or with the way I am sending it?
Thank you in advance for any help you can provide.
Best regards.