create_object transform function does not seem to produce desired results

Hello,

A quick context of what I'm trying to do.

I want to bring in my Tally form submissions to my Xano backend. Here is what I did:

1. In Xano, I created a table that has columns corresponding to each question.

2. I created POST and PATCH requests for this table in Xano. POST is what Xano provides by default. PATCH, I follow my blog.(https://hellosambhavi.com/how-to-define-and-invoke-a-patch-request-in-xano-from-weweb)

3. In Tally, I created a webhook that maps to the POST request

4. When I test by submitting a form, I'm able to see the request come as is. So far so good

5. In my POST request, I added the following steps:


6. This is how my last but one step looks like:


7. This is my output when I run the API in Xano:

  1. I tried hard coding the values array, tried a few other options. But x3 is always null. per Michael's video (https://www.youtube.com/watch?v=m9xjeiovVPw), it should create an object with keys and values. Not sure why it doesn't work here.

    Has anything changed in this function as the video is quite an old one. Can someone please help? Thank you!

3 replies