I noted that as of January 2017, PowerApps users are able to connect to SurveyMonkey. I connected to my SurveyMonkey account, and am trying to integrate a survey into one of my applications. How would I go about doing this?
Not really sure where to get started, I tried attaching the following code to a gallery:
SurveyMonkey.GetSurvey(surveyId) .... (I pulled the surveyId from the SurveyMonkey website.)
But am getting this error:
"The property expects table values but this rule produces incompatible Record values"
I also looked up the custom API tutorial, however, it was a bit beyond my understanding.
Thanks for the help!