Code Monkey home page Code Monkey logo

Data property on Sequence is a List<object> about alexa.net.apl HOT 7 CLOSED

ncipollina avatar ncipollina commented on June 23, 2024
Data property on Sequence is a List

from alexa.net.apl.

Comments (7)

stoiveyp avatar stoiveyp commented on June 23, 2024

Morning @ncipollina - All APLValue objects should be able to be represented as strings using the .To(string) method

I'm at work so I can't check the exact code right now, but if you take a look it should be something like APLValue<List<object>>.To("${payload.leaderboardData.properties.listItems}")

Let me know if that helps?

from alexa.net.apl.

ncipollina avatar ncipollina commented on June 23, 2024

@stoiveyp thanks for the reply. I tried that and it ended up outputting this:

   {
      "type": "Sequence",
      "id": "leaderboardSequence",
      "width": "100%",
      "height": "80%",
      "data": ["${payload.leaderboardData.properties.listItems}"],
      "numbered": true,
      "items": [

That theoretically should have worked, but it just generated an error.

from alexa.net.apl.

stoiveyp avatar stoiveyp commented on June 23, 2024

hmm it shouldn't have put it in the array, it should have referenced the string directly.
Are you able to paste just the line you use to set that Data property please and I'll take a look tonight to see what's happening

from alexa.net.apl.

ncipollina avatar ncipollina commented on June 23, 2024

Sure. It was like this:

Data = new List<object>{ "${payload.leaderboardData.properties.listItems}" };

from alexa.net.apl.

stoiveyp avatar stoiveyp commented on June 23, 2024

That's great, thank you.

As I can't get to it for hours yet (it's 1pm here and I won't be free until 9/10pm earliest) could you try the following line of code as an alternative and see if this changes the output at all?

Data = APLValue<List<object>>.To("${payload.leaderboardData.properties.listItems}");

Just want to see if that produces something more useable - if not then I'll debug when I'm available tonight 👍

from alexa.net.apl.

ncipollina avatar ncipollina commented on June 23, 2024

I'll give it a try. Thanks!

from alexa.net.apl.

ncipollina avatar ncipollina commented on June 23, 2024

Ok, that did the trick! I'll close this issue.

from alexa.net.apl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.