ZohoCreator.Contents

Updated on

ZohoCreator.Contents is a Power Query M function that fetches data only from Zoho Creator application reports.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

ZohoCreator.Contents(
   creatordomain as text,
   scopname as text,
   applinkname as text,
   reportlinkname as text,
) as any

Description

This connector will fetch data only from Zoho Creator application reports

Examples

To fetches data from US account, scope ‘jack’, application ‘task-management’, report ‘Task_Details’

// Output: #table( {"Column1"}, {{"Column2"}, {"Column3"}} )
ZohoCreator.Contents( "zoho.com", "jack", "zylker-management", "Employee_Details" )

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy