this might be a typical beginner question, but how do I get an integer value from a data structure collection that I receive from a rest call into a table column of a widget. The table only accept text (string). Do I have to write a business object with a function that converts to value from integer to string? There must be a simple solution for this.