
Announcements
I have been attempting to use the MySQL Get Rows action for the last couple of days. What I notice is if I do not limit the result set to 1 record it does not appear to return data. I've attemped to set a variable array from the data returned from the action and this seems to work fine so long as I set limit to 1. If I remove the limit or set it to a value higher than 1 and I know that the return will include more than 1 record it appears to fail. If I check the run history of a failed attempt and look at the output (click to download) and view the JSON, if I limit to 1 I see the one record in the JSON, but if I remove the limit I see no JSON returned.
Has anyone had success in more than 1 row returned with the MySQL Get Rows and how I would I setup my flow to handle this?