How to abbreviate an extracted geographical state?

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

Have you tried :extract “State code”

2 Likes

Omg hahahaha I missed that entirely. Its been a long day.

And that worked. Thanks

2 Likes