Hi! I am trying to execute the following in automation rules (cloud).
Background:
So, what I am trying to achieve is:
The description in action Create lookup table describes that I can access lookup table variable using .get(). It also describes that I can use smart values as the key, but only (?) if value is stored in a field.
Current status in my automation
I do understand that I probably could work my around the challenge and add form field value into a field, but if possible I´d like to not do that.
So, I guess my questions really are:
Hi @Ingrid Heitmann -- Welcome to the Atlassian Community!
First, some things to consider...
Putting those things together, please try this:
If that does not solve the problem, please post images of your complete rule and audit log details showing the rule execution. Those will provide more context for the community to help.
Kind regards,
Bill
Hi and thanks for your reply Bill.
I see that there are other restrictions/functionality that currently is not supported withing these Branch with conditions, so I have concluded that I cannot use this feature fully as of yet.
What is not currently working in Branch with conditions:
To sum it all up - all my needs are currently not supported and I´ve adjusted/reconfigured my automations accordingly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information, @Ingrid Heitmann and I am glad to learn you changed your approach to get a working rule.
Although...I am surprised to learn of any "automatic" adding of conditions from earlier in a rule to a later branch with conditions. Without seeing the exact before / after rule changes, it sounds like an editor defect to me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community.
What if you would place the form information into variables and use these in the lookup table?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marc and thanks for your response.
I am a bit unsure how your proposal would change my challenge? In order to use the variables towards the lookup table I still would have to use {{...}} and I think that is the original challenge? Or maybe I misunderstood your proposed solution?
This is how this lookup table looks today.
And the responses from the forms ({{forms.last.BusinessCriticality.label}}) could then be either of the Keys in the table.
In the branched condition, I then would have conditions:
* IF Administrative Service...
* IF Business Operational ... etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you are right.
Then you would need to see if you can get the value of the field in the form based on API.
This should provide a string, use that in the lookup.
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.