You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-23
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,28 @@ The **FAQ Search Adaptive Card Extension** for SharePoint Framework (SPFx) is de
28
28
- Appropriate permissions to create and manage SharePoint lists
29
29
- FAQ list and submission lists created in SharePoint Online
30
30
31
+
The FAQ Search Adaptive Card Extension interacts with two SharePoint lists: **FAQ List** and **Submission List**. Below are the required columns for each list:
| Title | Single line of text | The submitted question. |
48
+
| SubmissionDate | Date and Time | The date and time the question was submitted. |
49
+
| Status | Choice | The current status of the submitted question (e.g., "New", "Reviewed"). |
50
+
| Category | Choice | The category of the submitted question. |
51
+
52
+
31
53
## Solution
32
54
33
55
Solution | Author(s)
@@ -102,29 +124,6 @@ For more details, follow this guide on [Adding Cards to the Viva Connections Das
102
124
- Select the FAQ Search Adaptive Card Extension from the list of available extensions.
103
125
- Configure the web part by specifying the FAQ List Name, Submission List Name, and other properties.
104
126
105
-
The FAQ Search Adaptive Card Extension interacts with two SharePoint lists: **FAQ List** and **Submission List**. Below are the required columns for each list:
0 commit comments