Can we restrict the form entry from registering if "On Created" IFTTT rule results in an error? I tried to create another IFTTT to handle the error reported by previous IFTTT block.
Event: On Error
Action: Delete ConfiForm Entry
Delete by Filter: entryId=[entry.id]
It didn't work though!
Use Case:
1. Populate the Form fields
2. IFTTT to create JIRA Issue using the form fields
3. IFTTT to fetch the JIRA Issue key created in Step 2 and set it as value in a form field
If some issue in step2, there must not be an entry registered in the form i.e. record must not get created. Either all 3 should happen or none.
Is it possilbe to achieve?
Community moderators have prevented the ability to post new answers.
Hi
You filter for "delete entry" is incorrect.
And should be
id:[entry.id]This concept is demonstrated here: https://wiki.vertuna.com/display/TEST/Attempt+to+send+an+email+and+fail%2C+but+delete+the+created+ConfiForms+record
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.