I have recently started to use the Caspio Rest API to update and insert records into my Caspio tables. I'm using Tray.io as the middleware between my other systems.
All is well as long as my column types are things like Text(255), Date/Time, Yes/No, etc. But if I want a column type in Caspio to be ListString, I'm stuck since my data source from the other system for those columns is more like Text(255). Sample: gradeLevelsTaught: "middle", "upper"
If I want my destination column in Caspio to be ListString, I would have to transform the data from the other system into something like:
Does that sound right? Unfortunately, the Tray.io platform I'm using would make that kind of transformation very difficult. I'm wondering if others have attempting something like this before?
P.S. I'm not a developer or programmer, but I have a technical background.
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.
Question
ClayG
I have recently started to use the Caspio Rest API to update and insert records into my Caspio tables. I'm using Tray.io as the middleware between my other systems.
All is well as long as my column types are things like Text(255), Date/Time, Yes/No, etc. But if I want a column type in Caspio to be ListString, I'm stuck since my data source from the other system for those columns is more like Text(255). Sample: gradeLevelsTaught: "middle", "upper"
If I want my destination column in Caspio to be ListString, I would have to transform the data from the other system into something like:
"gradeLevelsTaught": {
"2": "middle",
"4": "upper" }
Does that sound right? Unfortunately, the Tray.io platform I'm using would make that kind of transformation very difficult. I'm wondering if others have attempting something like this before?
P.S. I'm not a developer or programmer, but I have a technical background.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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.