Query a Dataset
let ds = await ctx.dataset.find("Dataset Name", {id : 1});let ds = await ctx.dataset.find("Dataset Name", {});Last updated
Was this helpful?
let ds = await ctx.dataset.find("Dataset Name", {id : 1});let ds = await ctx.dataset.find("Dataset Name", {});Last updated
Was this helpful?
Was this helpful?