I’m a bit stuck here. I need to check if a customer already exists in my HTTP request from crm:
This is the output from my HTTP request:
I need to verify if for example “Company A” exists in one of the collections in “client” Array under “company[1]”. (is seems to be always 1 company value in the array “company”)
I want to get the result in a variable (True or False)
Can somebody give me a tip