Hi everyone!
I am working with BigQuery, and I have been able to get the response from a database I have there, the data comes in JSON format, so with a help of an Appian expert, we were able to create a dictionary to make it show from this:
to this:
Now, I need to create records based on this data, just as you can do with the spaceX exercise, where you get data from API, and make a record based on that data without storing it on a table or data base in Appian.
So, I want to do that with this data but when I try to create a record with the dictionary I showed above, I get this error:
I guess is because I am no longer getting the response directly from the API or web service, and I'm manipulating it to create the dictionary, so I was thinking on doing an a!map function but I have not been able to succeed
Any insight onhow I can get a record to display that data?
PS. I need to have it as a record to create a user filter view, to filter some of the fields I'm getting from the response.
Thanks in advance for your time.
Discussion posts and replies are publicly visible
Great, thanks for confirming
Thanks to you man,
Sorry to bother, I have a follow up question, I am trying to create user filters on this record, but I do not seem to get a field to select from , I got this but not sure where I have to put it in order for me to have it available on the list there
There is a great tutorial about how to build a record on a web service. This part covers adding filtering
docs.appian.com/.../Service-Backed_Record_Tutorial.html
Alright, thanks a lot