But now I'm at a loss as to how to actually get the data. I try to put msg.payload into a switch node, but I just get my calculated function as a string.
How can I actually look up the data using that calculated string? I'm able to do another API call using the ID, but I'm trying to make it all happen in one.
Thanks!
EDIT:
Here's a screenshot of what I mean by the string being passed through:
Thanks, Steve, much cleaner way of setting up the calculation - though even when using that instead of my calculation above, I'm still returning the full string to my flow variable.
So basically now what I want to be able to do is create some kind of expression that will go to the object based on the ID number and return the "fullName" field. The IDs will be different for each game, so I need to figure out a way to search this object. hmm.