I have integrated surveysparrow with Pipedrive.
Created a custom field of type single option dropdown and added a few text options like (‘a’, ‘b’, ‘c’) in Pipedrive.
Now in surveysparrow, I am setting conditions to trigger the survey, I have selected the single option dropdown such as - if ‘single option dropdown’ is ‘a’ (string) then trigger.
What I found is, in the payload, I am receiving has an integer value which then tries to compare with ‘a’ and end up with condition not meet.
Why am I receiving an integer value instead of the option text itself?