Request for a Video

Is there any way you can create a video -- Connect to data Rest service including the page set up. I know you have a page that describes the process but the set up process is not detailed enough.

For example when is states:

  1. Create a new page property called releases which is set to the result of the getNewReleases invokation.

I could not find where exactly to add the property.

Thanks
Angel

Hi @Angel_Bermudez,

You need to create the property in the Load event of the page. Create Invoke data source method action and in its Then event add a Set Property action with Name releases and Value ${result}.

Related documentation: