Profisee.Tables
Syntax
Profisee.Tables(
URL as Uri.Type
) as table
Remarks
Navigation Table returning Profisee entities.
Examples
Example #1
Returns a navigational table containing all profisee entities that contains data for each entity.
Profisee.Tables("https://12345.com/profisee")
Result:
#table({"Name", "Data", "ItemKind", "ItemName"}, {{"ABCCode", "Table", "Table", "Table"}})