Has anyone here had any success in saving ‘raw body’ text returned from an API call as a thing in the database.
The context is that when we have uses create dynamic mapping to their data we need to be able to dynamically extract the mapped value via regex.
At first I thought there might be an issue with how Bubble treats normal regex expressions, so I went a step backwards and am now simply trying to save the ‘raw body’ as it’s returned from the api. The record being created is blank.
I should also mention we’re capturing headers and errors in the api call. The call itself works and we’re able to save any static fields being returned. When I say static I’m referring to fields that have been mapped when saving an initialized api call.
Thanks in advance for thoughts on this… certainly seems like a bug.