AppSheet to GlideApps

  • Use a template column in the child table to construct a JSON object for each row
  • Use a joined list column in the parent table to gather all rows (via the relation) into a collection
  • Use a template column in the parent table (if necessary) to build a final JSON object from the joined list
  • Send that through the webhook
5 Likes