Resurfacing this discussion as I have been doing a lot of work in the background. I managed to pass the data and I can now see the different values on my widget. However, I am looking into a more efficient way of passing the information to the widget (maybe through loops?)… I start by creating a function that adds the rows through key and value text. Key text should contain the standard data (Address, long, lat, etc) where value contains the actual value (the actual address, the numerical value for lot, lat etc).
Then I pass the info to my widget. The last bit of Blueprint is the following:
Is there a more efficient way instead of adding rows and manually placing the key text? I understand that I have different variable types in my data structure that I need to consider, however how can I use loops effectively to read from the data structure? Any advice is appreciated.