Forums

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

IFTTT update drop-down field value in current record

Bill Turner October 10, 2023

I have a form with a hidden dropdown field called status. This status field is visible in a table view on another page and displays the label associated to the selected id in the drop down field.

There is an IFTTT macro that attempts to update a the status field with one of its options when a new record is created. 

Macro configuration: 

Action to perform: Create/Update confiforms entry

Parameters: entryId=[entry.id] & status=1

1 being the id that is associated to the label ‘pending’

 

My issue is that the macro doesn’t appear to actually be setting a value from the drop down, instead it is just setting the field = “1”. I can see this because in the table view, manually selecting a value shows the label associated to the id but the IFTTT selection just displays 1 and not the associated label to id=1. How can I make an IFTTT macro select id=1 instead of just setting the field =“1”?

1 answer

0 votes
Alex Medved _ConfiForms_
Community Champion
October 10, 2023

Hi

Remove the spaces, so the record id could actually match the records id

entryId=[entry.id]&status=1

Alex

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events