I am creating a feature that allows executing any state from another object using “Execute Specified Action.”
When a state name contains a colon (:), the list of action states in “Execute Specified Action” does not display correctly.
For example:
Prepare an object with the following action states:
1:Action
2:Action
3:Action
In another object, create “Execute Specified Action,” specify the above object, and select from the action list.
Instead of displaying the expected four items:
As a result of our investigation, it appears that the colon “:” is interpreted as a delimiter due to the program’s specifications, resulting in a merged list such as “1, 2, 3”.
Since this issue stems from the program’s syntax specifications, it is difficult to fix.
We sincerely apologize for the inconvenience, but could you please avoid using “:” in state names and rename them to use another symbol (or uppercase letters) instead?