I have various API calls, each potentially returning hundreds of outputs.
I want to pull the last result from each call into another column.
The challenge is that the number of results varies — some calls might have 230 outputs, others only 20.
How can I always map the last result to another column?