Bonjour,
J'ai un IFTTT qui envoi un mail sous condition. L'IFTTT a un custom name ENVOI.
Je souhaiterais avoir un 2e IFTTT qui se déclenche si {iftttResult_ENVOI} existe. S'il existe alors j'update l'un de mes champs.
Comment faire ?
Merci
You need to save back the result into some hidden field (adding new IFTTT of type https://wiki.vertuna.com/spaces/CONFIFORMS/pages/9864128/Configuring+ConfiForms+IFTTT+actions+and+rules#ConfiguringConfiFormsIFTTTactionsandrules-Create(Update)ConfiFormsEntry)
entryId=[entry.id]&myhiddenfield=[iftttResult_ENVOI]
and then, in your "second" IFTTT check for that hidden field's value checking it is not empty in the condition
!myhiddenfield:[empty]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.