Automation smart value fails to reference fields value via the latest 'field key' set in the Form fields if the Form is already submitted once on the work items

XMLWordPrintable

    • 8
    • 2

      Issue Summary

      Automation smart value fails to reference fields value via the latest 'field key' set in the Form fields if the Form is already submitted once on the work items

      Steps to Reproduce

      1. Create a Form and add some fields in it.
      2. Add 'field key' to the fields.
      3. Create a work item and attach this Form.
      4. Create an automation rule that triggers when a Form is submitted.
      5. Using the smart value as described in Access smart values for forms and form fields, get the value of the fields via the 'field key'. For example:
        {{forms.last.fieldKey.label}}
        
      6. Submit the Form and the automation rule successfully fetches the field value of the Form
      7. Now, change the 'field key' of the Form. Also update the smart value in the automation rule to reference the updated 'field key'.
        {{forms.last.updatedFieldKey.label}}
        
      8. On the same work item as before, reopen the Form and update the field value referenced by the smart value, and then submit the Form.
      9. See the automation audit log.

      Expected Results

      • Automation rule successfully fetches the field value via the smart value.

      Actual Results

      • Automation rule fails to fetch the field value via the smart value. The smart value returns null.

      Workaround

      Currently, there is no known workaround. Workaround will be added once it is identified.

              Assignee:
              Unassigned
              Reporter:
              Jun Itokawa
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: