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
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.