- Joined
- Jul 13, 2018
- Messages
- 779
- Reaction score
- 122
I am calling an API and am getting this result.
{"res.partner": [1]} if there is one result that matches my search or
{"res.partner": [8,1]} if there were two matches to my search, the 8 and 1 are the company ID. How do I get the first value into a variable/output?
Seems I've asked a similar question before.
{"res.partner": [1]} if there is one result that matches my search or
{"res.partner": [8,1]} if there were two matches to my search, the 8 and 1 are the company ID. How do I get the first value into a variable/output?
Seems I've asked a similar question before.
Last edited: