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 custom field called Estimated Price, which has three options.
1. [0-5000 USD]
2. [5000-50000 USD]
3. [>50000 USD]
What I want is the following Approvers field to be populated with a certain user depending on what option you choose for the Estimated Price custom field.
Is this possible to achieve somehow?
Best regards,
Jesper
Hi, @Jesper Fransson !
You can try out Business Process Manager add-on to deal with it issue.
2. After that, set a Conditional step that will start depending on the certain option. And also feel it with information
3. After you fill in all data, set a multiple or single approval to the Conditional Step.
4. And the final, go back to the first step and set a Form Logic with when/then rule
I know, that it sounds a little bit difficult, so I suggest you get assistance from our product manager to
Thanks alot for your input @Karyna Tyrnavska _SaaSJet
However, I'm not interested in getting a new app solemnly for this purpose.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can try to create an automation rule that will update the Approvers field everytime the Estimated price is updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohamed,
Is it possible to have automation rules update fields in a form before you've submitted it? Can you create listeners? I've never seen this before.
Thanks,
Jesper
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jesper,
No this is not possible with automation, it will update the issue once it is created
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohamed,
I've tried to set up an automation rule for this with some custom JSON:
{
"update": {
"Approvers": [
{
"add": { "accountId": "INSERT_ID"}
}
]
}
}
But I get:
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.
Can you show all this step please
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.
Can you try this
In the "choose field to set" just add the approvers fields and leave the more options blank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since the field is a multi-user picker, the Approvers field already has a value since the Estimate Price option chosen requires 2 approvals, one approver is chosen by the user posting the ticket and the second approver should be set through this automation.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.