Updating "addons" value

Options

Hello, so I want to update the value in my response, because the timestamp gets displayed incorrectly in my bubble app.

This is how the response looks -


and I am trying to run a "for each" loop to update all of the "created_at" values,


Tried it in several different ways, but none seem to work, I just keep getting the same error

Anyone has a suggestion? Thank you! 😅

Tagged:

Best Answer

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Answer ✓
    Options

    THere is a filter called "has" for detecting whether a given key is present on an object. Useful in this context.

    If item filter: has value: "_gmbsbyid" = true...

Answers