Hello everyone,
I need to read the value of one of the labels in a Process Flow List value.
Imagine I push the ControlPoint31 putting a Priority of 6 on time = 1. But, on time = 2 I change the Priority of that ControlPoint31 to 999. When I pull the value of the list with Priority 6 and I need to see its priority, I try ControlPoint31.Priority, however it returns 999 and not 6. Is there a way to read the label from the list?
Thank you!