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”?
Hi
Remove the spaces, so the record id could actually match the records id
entryId=[entry.id]&status=1
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.