Skip to content

Commit 5f3b462

Browse files
authored
Update create-your-first-custom-form.md
Updated a duplicate alt text.
1 parent 86a8ad2 commit 5f3b462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/business-apps/power-apps/get-started/create-your-first-custom-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To hide the **Attachments** field if the project owner is Nestor Wilke, follow t
112112

113113
1. In the formula bar, enter the following formula: `If(SharePointIntegration.Selected.Owner.DisplayName = "Nestor Wilke", false, true)`
114114

115-
![View-only title](../../../images/gs01-attachments-conditional-visibility.png)
115+
![Enter conditional formula](../../../images/gs01-attachments-conditional-visibility.png)
116116

117117
If the project owner is Nestor Wilke, then the **Attachments** data card is hidden. Otherwise, it is visible.
118118

0 commit comments

Comments
 (0)