ZohoCreator.Contents

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" )
BI Gorilla Youtube Channel

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.