Skip to content

Commit 35db2eb

Browse files
authored
Merge pull request #1232 from MicrosoftDocs/gregli-relate2
Add function-relate-unrelate
2 parents 564f710 + ab730b3 commit 35db2eb

38 files changed

+343
-0
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@
515515
href: ./canvas-apps/functions/function-rand.md
516516
- name: Refresh
517517
href: ./canvas-apps/functions/function-refresh.md
518+
- name: Relate
519+
href: ./canvas-apps/functions/function-relate-unrelate.md
518520
- name: Remove
519521
href: ./canvas-apps/functions/function-remove-removeif.md
520522
- name: RemoveIf
@@ -595,6 +597,8 @@
595597
href: ./canvas-apps/functions/function-trim.md
596598
- name: Ungroup
597599
href: ./canvas-apps/functions/function-groupby.md
600+
- name: Unrelate
601+
href: ./canvas-apps/functions/function-relate-unrelate.md
598602
- name: Update
599603
href: ./canvas-apps/functions/function-update-updateif.md
600604
- name: UpdateContext

powerapps-docs/maker/canvas-apps/formula-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ Other elements include:
254254

255255
**[Refresh](functions/function-refresh.md)** – Refreshes the records of a data source.
256256

257+
**[Relate](functions/function-relate-unrelate.md)** – Relates records of two entities through a one-to-many or many-to-many relationship.
258+
257259
**[Remove](functions/function-remove-removeif.md)** – Removes one or more specific records from a data source.
258260

259261
**[RemoveIf](functions/function-remove-removeif.md)** – Removes records from a data source based on a condition.
@@ -339,6 +341,8 @@ Other elements include:
339341
## U
340342
**[Ungroup](functions/function-groupby.md)** – Removes a grouping.
341343

344+
**[Unrelate](functions/function-relate-unrelate.md)** – Unrelates records of two entities from a one-to-many or many-to-many relationship.
345+
342346
**[Update](functions/function-update-updateif.md)** – Replaces a record in a data source.
343347

344348
**[UpdateContext](functions/function-updatecontext.md)** – Sets the value of one or more [context variables](working-with-variables.md#create-a-context-variable) of the current screen.

powerapps-docs/maker/canvas-apps/functions/function-relate-unrelate.md

Lines changed: 335 additions & 0 deletions
Large diffs are not rendered by default.
Loading

0 commit comments

Comments
 (0)