Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I have a fields
1) Draft(Radio Button)
i) Save as Draft
ii) Submit
2) ReviewerOutcome(Drop-Down)
i)APPROVED
ii)REJECTED
iii) SENT BACK
I am using below IFTT to empty ReviewerOutcome field but not working
Event: onModified
Action to perform: Update Confiform Entry
Condition/Filter: Draft.label: Submit AND [entry._previousState.ReviewerOutcome]:[SENT BACK]
Parameter to set:
entryID=[entry.id]&ReviewerOutcome=[empty]
It is important to follow the letter casing, as ConfiForms functions and field names are case sensitive
Condition
Draft.label:Submit AND _previousState.ReviewerOutcome.label:SENT BACK
Parameters to set
entryId=[entry.id]&ReviewerOutcome=[EMPTY]
Your condition is almost correct, just needs .label after _previousState.ReviewerOutcome. Also ensure you use [EMPTY] in parameters, not [empty].
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.