Macro IFTTT condition how to reference a value from another form

Juan Carlos September 9, 2021

Hi,

I have 2 forms in different pages with the next fields

form 1 page 1

  • Item Id (text)
  • Name (text)

form 2 page 2

  • Item Id (text)
    • Many other fields not relevant for this subject
  • Name (text)

I'm creating a macro IFTTT in the form 1 where i want to do the next

  1. Event: On create event of form 1
  2. Chose Action: Update confiforms entry by filtering
  3. Condition:[entry.ItemId]=ItemId 
  • If the Item Id of the form 1 is equal to the Item Id of the form 2
  • Then copy the Name of form 1 into the field Name of the form 2

        4. Parameters to set on the entry:   name = [entry.name]

        5. Reference to form and its location (pageid):  form2:2

My issue is in the condition, i cannot find the way to make it happen?

Any help would be very appreciated. Thanks in advance

1 answer

1 accepted

0 votes
Answer accepted
Alex Medved _ConfiForms_
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 Leaders.
September 9, 2021

Hi

Quickly looking at "[entry.ItemId]=ItemId" I can say that this is an invalid condition

Conditions in ConfiForms are written as filters and filters are documented here: https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Filters

Also, in your specific case you actually should be looking at "filter to apply before update" parameter... as this is what determines the subset of records to update

Alex

Juan Carlos September 13, 2021

Hi Alex,

Thanks a lot indeed, the problem was the condition, and it was needed to write it in the parameter "filter to apply before update" . cheers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events