Hi Team
I am using Alteryx 2020.2 and installed salesforce connector 4.1.0. I am trying to use SOQL to extract data from salesforce. However, when I add the date as the filter and tick the option 'Attempt to Parse JSON Response', it will run into the bellow error:
Error: Salesforce Input (1): Traceback (most recent call last):
File "main.py", line 163, in pi_push_all_records
File "C:\Users\XIEZHA\AppData\Roaming\Alteryx\Engine\../Tools\SalesforceInput_v4.1.0\engine\sf_queries.py", line 76, in process_query
loop.run_until_complete(retrieve_query_json(self, query_endpoint, header))
File "C:\Program Files\Alteryx\bin\Miniconda3\Lib\asyncio\base_events.py", line 484, in run_until_complete
return future.result()
File "C:\Users\XIEZHA\AppData\Roaming\Alteryx\Engine\../Tools\SalesforceInput_v4.1.0\engine\sf_queries.py", line 43, in retrieve_query_json
if self.json_parse == 'True' and self.query_type == 'customQuery' and self.parse_query_flag == 'output_json':
AttributeError: 'AyxPlugin' object has no attribute 'parse_query_flag'
Thank you.