Guys, I'm using RALE for local development and trying to display a Request for Information (RIF) screen using:
myChannelStore = CreateObject("roSGNode", "ChannelStore")
myChannelStore.requesteduserdata = "email, first name, lastname, phone"
myChannelStore.command = "getUserData"
However, nothing happens. can you help me? Do I have to do any configuration that I did not do at https://developer.roku.com/pt-br/developer Or does it not work because I am in a country where Roku Pay is not available?