Details
-
Fix
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.1
-
None
-
None
Description
Current Behavior:
- When map element values are passed from a schedule, the Daily Plan and Order Overview both display the map variable incorrectly.
- When expanding the order ID of the scheduled order to view the available variable entries, the map variable appears as: map1 : [object Object] instead of showing the actual values of the map variable’s elements.
Steps to Reproduce
- Create one workflow: W1 and one schedule: S1.
- Inside W1, create a map variable test with three elements: t1 (string), t2 (number), and t3 (boolean).
- Attach the W1 workflow to the S1 schedule, complete all required fields, and assign values to all three elements of the map variable.
- Release the schedule to create the Daily Plan entries (scheduled orders).
- Switch to the Daily Plan view and expand the order ID of this scheduled order to view the available variable entries.
The GUI shows map1:[object Object] instead of displaying the element values of the map variable. The same issue occurs in the Order Overview section.{}
Desired Behavior:
- When map element values are passed from a schedule, the Daily Plan and Order Overview should display the values of the map variable’s elements correctly.