Card Set: Data and Value

(Marc Louie Cabigas) #1

Hello Friends need your help.
How can I add card set value

For example i have 3 card for choices. “Apple”, “Orange” and “Banana”, and when the user choose Apple it will have value 1 or Orange for Value 2 and so on!

(Daniel Beckett) #2

Hi @mcfaith,

We’re actually close to releasing a new feature where you can set values for shortcuts just like you’re trying to do! :grinning:

More news to follow soon :+1:

1 Like
(Marc Louie Cabigas) #3

@DanielBeckett Thank you for fast response

I hope it will be release soon

(Marc Louie Cabigas) #4

Can you please help me use this json data into card set. I get this data using api on http request but I still cant figure it out how to use this data on card set

{
“0”: {
“id”: 57,
“name”: “Martial Arts School”,
“image”: “/uploads/92rCyr43G7jgC87lj1Fu1510106688.jpg”,
“street”: “King Street”,
“city”: “Sydney”
},
“1”: {
“id”: 59,
“name”: “Eulmar Karate Dojo”,
“image”: “/uploads/iuJhGab8f5hlhYSK8rGF1478863432.jpg”,
“street”: “Geneva Street”,
“city”: “Geneva”
},
“2”: {
“id”: 61,
“name”: “Red Sun Martial Arts”,
“image”: “/uploads/G7Oj1aUmDbzhtKRjUwgO1479283049.jpg”,
“street”: “18 Marlin Avenue”,
“city”: “Junction Point”
},
“3”: {
“id”: 64,
“name”: “Crouching Tiger Club”,
“image”: “/uploads/Cw9WDcswshlOUZ10YI1W1481610695.jpg”,
“street”: “23rd St”,
“city”: “Genava”
},
“4”: {
“id”: 102,
“name”: “Kung Fu University”,
“image”: “/uploads/kZC5T19MmCpfBzkbREKw1505792031.jpg”,
“street”: “Gangnam”,
“city”: “Gangnam”
},
“5”: {
“id”: 194,
“name”: “Black Knight School of Awesomeness”,
“image”: “/uploads/hGaGzPmRopvtwBiuLQS51507286747.jpg”,
“street”: “Velasco Street”,
“city”: “Dipolog”
},
“6”: {
“id”: 229,
“name”: “TMAB.S”,
“image”: “/uploads/LPZwi57Zdx6vdb2Sa6xd1507166800.jpg”,
“street”: “Lahug”,
“city”: “Perth”
},
“7”: {
“id”: 232,
“name”: “Alliza Martial Arts”,
“image”: “/uploads/8cA9ETB7JsqkVAJyixUv1507259217.jpg”,
“street”: “Lahug”,
“city”: “Dipolog”
},
“8”: {
“id”: 233,
“name”: "Bless Martial Arts ",
“image”: “/uploads/8wjJe8eZJDmNRqBeToWM1508217654.jpg”,
“street”: “Lahug”,
“city”: “Cebu”
},
“9”: {
“id”: 234,
“name”: “Azil University”,
“image”: “assets/images/default_school.png”,
“street”: “Lahug”,
“city”: “Cebu”
},
“organization_id”: “6035”
}

(Marc Louie Cabigas) #5

@DanielBeckett Is there any idea what date this will be release?

(Daniel Beckett) #6

It’s actually just been released!

If you add a shortcut on a card or new message there is now a ‘value’ box that you can use. :slight_smile:

1 Like
(Marc Louie Cabigas) #7

@DanielBeckett Thank you lols I ddnt notice that at all

(Ange Lemuel Yokoi) #8

Hi, I’ve the same problem, i would like show data from http request on card set, but i dont understand your solution @DanielBeckett , can i help me please ?

(Karen Barker) #9

Hi @Ange_Lemuel_Yokoi ,

To use data from the web you’ll need to use Data Outputs to pull out the specific data required from your HTTP request. There’s a tutorial here that may help with this too.

If you’re still having problems please don’t hesitate to let us have a copy of the data structure you are dealing with and we’ll try and assist with what you’ll need to use in the card set. :slight_smile: