You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I've got a confiform, Confiform A, that automatically generates a new entry in Confiform B when a specific field's id equals 1. Is there a way to set it up so that when an entry in Confiform A with specific field value like above gets deleted, the corresponding entry created in Confiform B gets deleted too?
Hi
You can set up a https://wiki.vertuna.com/display/CONFIFORMS/Configuring+ConfiForms+IFTTT+actions+and+rules#ConfiguringConfiFormsIFTTTactionsandrules-DeleteConfiFormsEntry as the handler for onDeleted event in ConfiForms form A to remove the record in form B
Alex
I tried using that method, filtering id:[entry.id] but it doesn't seem to work. How do I specify the entry so it just deletes, or updates, that specific entry?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why do you use the id:[entry.id] as a filter? Does not really make sense if you think about it - you attempt to delete a record with some unique id using the filter and the value from current record's ID...
Of course it will not find anything in the form B, as it has records with OWN, unique IDs
The question to answer (and I cannot answer it for you) is HOW your form's B records are connected/related to records in form A
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.