The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ConfiForm - bulk Update field using another field value

Khalaf Alkhalaf
August 26, 2025

Hello everyone

I hope you are doing well

I'm trying to use IFTTT rule to update entries by filter (in my case all entries)

In "Parameters to set on the entry" I use this:

entryId=[entry.id] & Field1=[entry.Field2]

 

Lets say these are the values in first three entry

entry1:

- Field1: empty

- Field2: 111

entry2:

- Field1: empty

- Field2: 222

entry3:

- Field1: empty

- Field2: 333

 

When I update any entry, I need to trigger my IFTTT and copy all field2 in field1 and my entry will look like this (This is what I need):

entry1:

- Field1: 111

- Field2: 111

entry2:

- Field1: 222

- Field2: 222

entry3:

- Field1: 333

- Field2: 333

 

But now what I got:

entry1:

- Field1: 222

- Field2: 111

entry2:

- Field1: 222

- Field2: 222

entry3:

- Field1: 222

- Field2: 333

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

4 votes
Answer accepted
Demolag
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 26, 2025

Hi,
When calling the IFTTT, the [entry] reference refer to the entry calling the IFTTT and not to the one updated by it.

What you can do is:

  1. set a hidden "update" field with it's default value set to false.
  2. set an IFTTT for create/update entry with the following paramters:
    1. Condition: update:true
    2. Parameters to set: entryId=[entry.id]&Field1=[entry.Field2]&update=false
  3. now set the original Update By Filter ifttt to set for all entries:
    1. Parameters to set: update=true
    2. untick the checkbox for Stop events propagation so it will trigger the IFTTT you added for each of the entries.
Khalaf Alkhalaf
August 26, 2025

Well done Demolag 👏👏👏👏👏

I was trying for three days with no luck

thank you so much! 

Like Demolag likes this
0 votes
Answer accepted
Demolag
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 26, 2025

Okay, apparantly I missed the simpler solution of using the "Copy Confiform Data" IFTTT.
When running that IFTTT with: id=[entry.id]&Field1=[entry.Field2] without setting source and destination forms (will default to the calling form for both), it will do exactly what you asked.

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events