User Profile
rgentile
Brass Contributor
Joined 7 years ago
User Widgets
Recent Discussions
Re: What is going on with LISTS?
I am struggling with this change as well. In my case, when a SharePoint list displays like a Microsoft List the Gallery layout option is not available so my JSON formatting no longer works. I tried forcing the list to display in SharePoint as suggested at the URL below, but the SharePoint List still displays as a Microsoft List. I have tried this with lists on different tenants. https://answers.microsoft.com/en-us/msoffice/forum/all/sharepoint-now-displays-as-microsoft-lists/2f6d7cca-1e10-4925-b700-a9dca326df2b. Also, on the same SharePoint site some lists display as a Microsoft List and other lists display as a SharePoint List. Quite frustrating indeed.18KViews0likes2CommentsQuiz score available via Flow in Forms Pro?
Hello, Does anyone know if Forms Pro makes it possible to get a Quiz's Points Scored value using Flow? Specifically, I need to use a Flow to access the Points Scored values from the spreadsheet made available by MS Forms by clicking on the Open in Excel from the Responses tab. Here is the functionality I hoping is now available in Forms Pro from the MS Forms Suggestion Box: https://microsoftforms.uservoice.com/forums/386451-welcome-to-microsoft-forms-suggestion-box/suggestions/31243432-quiz-score-available-to-ms-flow Thanks robertgSolved35KViews0likes33CommentsCreate a Quiz when starting from OneDrive or Excel Online?
Is it possible to create a Quiz when starting from OneDrive for Business or Excel Online? If so, how? I've tried starting from both OneDrive and Excel Online and it seems like I can only create a Form, not a Quiz. My ultimate goal is to capture the total points earned value (and user info) from a completed quiz so I can put it into a SharePoint List (using Flow). So I'm thinking if I can: 1. Create a Quiz when starting from OneDrive or Excel Online, and 2. The form info that is automatically pushed to Excel includes the points earned then I could use Flow to put the points info (and the user info) into a SharePoint List. The total points info appears in the spreadsheet when I click on "Open in Excel" when on the Form's Responses tab. Unfortunately, it does not appear that the points info is available when I use the "Get response details" step in Flow. Thanks!Solved6.3KViews0likes7CommentsRe: Quiz score available via Flow in Forms Pro?
Hello gbenoit We had to do what you are trying to avoid doing and it was a lot of work. Requirements: Users would take a MS Forms’ quiz. The grade earned would be stored in a SharePoint list. Our first attempt we let MS Forms determine the grade earned, but we could not get at the points scored. So, our approach changed to determining the grade earned in Flow. Here is (a simplified version) what we ended up doing: Each question on the form is worth 1 point Created Flow triggered on form submission In the flow we had variables for number of questions and a points counter We had checks for three types of questions: radio buttons, checkboxes, and ranking We looped through the form Response Details and checked if the answer was correct If the answer was correct we added 1 to points counter variable, if answer was wrong we did nothing When all the answers were checked, we calculated the grade (points counter divided by number of questions) We wrote the grade and exam info (exam name, course, user info, date, etc.) to a SharePoint List This does create the dependency that if a question or answer in the form changes, the Flow must be updated. Note: we had to create 37 Flows, so we created a template Flow then copied each item in the Flow to the clipboard (new Flow feature, click on 3 dots on right of item and choose Copy to my clipboard). We created the new Flow and pasted in each item from the clipboard then, where necessary, updated the item. Using the Copy to my clipboard feature saved us a lot of time. Good luck.29KViews1like1CommentPerson card not displaying on hover when using list web part
Hello, I have SharePoint list with a Person column of type Person or Group. When I am viewing the list and mouse over a name in the Person column the people card displays. When that same list is inside a List web part on a SharePoint page, mousing over the name in the Person column does not display the people card. I found the same issue in a post from June 2018 (https://techcommunity.microsoft.com/t5/SharePoint-Developer/Mordern-Page-List-View-Webpart/m-p/205275#M5190) but it didn't offer any suggestions other than to wait for updates to List web part. Does anyone know of a way around this? If not, our fallback plan is to add a "Profile Link" column to the list and store the person's Delve profile URL. We're using O365 apps. Thanks1.3KViews0likes0CommentsRe: Quiz score available via Flow in Forms Pro?
It does not appear MS Forms Pro makes a quiz's points scored available to Flow. I created a MS Forms Pro Quiz I created a Flow triggered when a MS Forms new response is submitted I added MS Forms Get response details to the Flow I added a SharePoint Create item to the Flow I then took the quiz and the Flow triggered I checked the OUTPUTS in Create item and did not see any reference to 'points scored' in the JSON. So, I'm thinking getting MS Forms Quiz points via Flow is still not possible. If this is not a valid test or I am missing something, could someone please let me know? Thanks31KViews0likes4CommentsCreate flow using Flow but run flow in Excel Flow Add-in
Is it possible to create a flow using Flow and run it inside Excel's Flow Add-in? I am following https://flow.microsoft.com/en-us/blog/introducing-microsoft-flow-integration-in-excel/ But rather than create my flow using the Add-in as described in the URL above, I'd like to create my flow using Flow. I then want to run that Flow from My flows in the Excel Flow Add-in (see right panel of the image below). Is this possible? If I create the Flow using the Add-in, it does show up in the right panel. But I want to start my flow using a template which I can only find when using Flow. I am thinking perhaps the reason I cannot find that template is because the Add-in is not capable of using it. Thank you for reading.856Views0likes0Comments
Recent Blog Articles
No content to show