Hi there!
I want to report how much my portfolio has changed in value. The Alpaca.markets API returns an array like this:
"profit_loss": [11.8, -3.74, 104.04],
When I try to call it in Bubble I get: 11.8, -3.74, 104.04.
How do I just select the last one and get 104.04?