How to store api response in alpha

How to store api response in the Alpha platform, while calling it through trigger onclick.

2 Likes

Hi @GeethaNagarajan

You can save value to a local or co object like this

Then you can access by calling alpha.local.get or alpha.co.get

3 Likes

Hello @GeethaNagarajan ,
You can use CO ,local to store the response

3 Likes