Jump to content

Can JS extract data from data table?


Recommended Posts

Is it possible, using javascript / jQuery, to extract data from specific fields in a Caspio table, or its results datapage, and assign that data to an array?

If so, can this code be made to work by placing it in an HTML block inside the relevant datapage?

Please give me an example of the code that would achieve this.

Thanks

Link to comment
Share on other sites

  • 2 weeks later...

Well, Lets say I've got a table called 'Customer_services' with 3 fields; Name, Country, Product (all text fields).  3 records in the table:

1. Sue            USA              Rake

2. Eric            Spain           Fork

3. Sue            Mexico        Rake

 

I'd like to create a variable containing all countries and products associated with 'Sue'.  So what I want is:

myvariable = 'USA, Rake, Mexico, Rake'

 

Hope this is possible.  Thanks MayMusic

Link to comment
Share on other sites

  • 3 weeks later...

Hi Farnsbarnes,

This can be accomplished with a GET View Rows API call. More information on building Caspio APIs can be found at https://howto.caspio.com/integration/web-services-api/rest-api/operations/view-operations/

Alternatively, you can using this third party service for creating your API calls very easy: https://www.futuresuite.net/products/api-library.php

I hope it gives you some light.

Link to comment
Share on other sites

Thanks douvega.  I suspected it might come down to using API calls.  However, while I understand the Caspio codes and explanations as presented, I just can't get my head around actually putting the explanations together to make a basic API call.  If only Caspio had a step-by-step example of the simple operations required to have a GET View Rows up and running (a video would be good).  This is such a big and obvious gap in Caspio's explanations that I can't help suspect it's purposely done!   Do you know of any such help anywhere?

I appreciate the 3rd party recommendation.  Perhaps for later, as I'm on a bit of a shoestring budget at the moment.

Thanks

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...