How to get the result from action server to client using custom message result array

Trying to retrieve the array from my Action Server - Custom Message - Result section.
The Action client is only receiving an empty array instead of the full list of positions I am storing into it.
How do I retrieve the full array?
Using Python 3 for the coding language.
“Python Action Class” and “No Class” examples of how to do this would be greatly appreciated!

Hi @Ahmat,

Welcome to the Community!

In order to get an answer from the Community, please give as much details as possible:

  • Are you working on the Academy or your own PC?
  • Are you doing a course? If so, which course, unit and exercise are you on?
  • Share some code snippets to give an idea of what you are trying to do.