Load Zoho CRM custom module to Azure SQL database using Azure Data Factory

Load Zoho CRM custom module to Azure SQL database using Azure Data Factory

Hi everyone, I managed to connect Zoho CRM to Azure SQL database through API using Azure Data Factory and I'm able to load most main modules and see them when preview the data I'm receiving from Zoho. I described how I managed to do that here at the end of the post: Azure Data Factory to Zoho Connection 
The challenge I'm facing right now is the Deals module is not showing on ADF while most modules are showing, see below for reference.

This same challenge applies to a custom module and a sub-form within I recently created and I'm not able to see them on ADF as well! 
Also I'm using the following scope which is supposed to bring in all modules: ZohoCRM.modules.ALL
Please let me know if you have any clue on how I can manage to load these modules to Azure.

Edit: Looks like deals is named potentials when you call the modules from ADF, but still can't see the custom module nor the subform.

Thanks in advance,

AG