Hello.
I’m working with an API called “Estated”. It’s used to find data about real estate properties.
They’re particular about how an address is sent to their endpoint and their geographical states must be the 2 letter abbreviated versions. However, whenever I use :extract state Bubble spits out the state spelled in its entirely.
Basically, when I extract a state, I need to dynamically make Alabama into AL so the call can succeed.
Any suggestions will be greatly appreciated.
Thank you