Display Object as String

I am trying to make an app that saves a few items in Local Storage. So far I have this

I want to be able to display the information saved in that object as a string (label). I have tried a few options but none seem to be working. Example: test

So far, that only displays the first property, “event”

Hey @Colby_Frechette, did you have any luck with this?

I’d recommend you use the get property block, and pass in the value as your input object.

get_property

This way you should be able to access the event, PR and date properties and you need them.

Hope that helps!