22 Dec 2019, 9 AM - 4 PM
Microsoft Thailand
Power Platform Series
App at Work
Customer visit management with
Microsoft Power Platform
Narisorn Limpaswadpaisarn, Partner Technology Strategists
Power Platform Community Thailand
Narisorn Limpaswadpaisarn
Partner Technologies Strategist, Microsoft
a-narli@microsoft.com
https://facebook.com/narisorn.li
https://www.linkedin.com/in/narismadz/
https://medium.com/echoo365
Narisorn Limpaswadpaisarn, Technology
Strategist at Microsoft. Once graduated
from SIIT TU and Sasin MBA, he realized that
the trend is heavily on Cloud Computing.
He has some background on Networks and
Electrical Engineering. Experiences in
Marketing and Computer Networks, but
mostly in Music production. He usually play
guitar and MOOC on cloud technologies such
as SQL, BI, Offices 365 and Server platforms.
His role supports customer and Microsoft
partner. He got several certifications and
awards including MCT, MCSE, MCP and One
Microsoft Award.
Scenarios
- Want to create the system that help company customer visit and check-in processes
- Solution should go for paperless approaches
- Ease of modification and scale for Power users (with low-code)
- Protect potential fraud and corruption
- Collect Customer feedback for further analysis
Power Platform Community Thailand
- Contoso has schedule visit to listed café across Bangkok and Chiang Mai area
- Staff need to check-in to offer products and promotion to the B2B customers
- Products are Bakery ingredients
- Old method involves many paper-works, potential risk for corruption/errors from staff
- Handwritten in a paper-form is hard to read and easy to lose or damage
Challenges
Inspirations
Power Platform Community Thailand
- One of retail customers send sample data for Power BI PoC
- Develop ideas for full scenarios
Consider N-tier application (Microsoft Azure for example)
Power Platform Community Thailand
Using Power Platform as a solution
Power Platform as SaaS services, offers SLAs and Infrastructure management along with other services
Power Platform Community Thailand
Using Power Platform as a solution
Internet
or VPN
Power
Automate
Common data
Services
SQL Azure
Power Platform Community Thailand
Using Power Platform as a solution
Power Platform Community Thailand
Components
Power Automate
Staff get the visiting
schedule in Shifts
feature in MS Teams
and book the
meeting with the
customer
Use PowerApps as a
tool for customer
check-in form, see
his/her visiting log
and Products
information
SharePoint Online
for storing signature
and use SharePoint
list as a simple
database for logging
the visit history,
product catalog and
customer’s info. Also
use data validation
and retention policy
for protect and
prevent errors
Power Automate
trigger process such
as unique ID
creation, send
Feedback Forms and
customer’s signature
stored
Microsoft Forms as
the survey tool for
getting customer’s
feedback
Power BI reports for
further report and
Customer’s feedback
analysis to improve
overall processes
Power Platform Community Thailand
Using Power Platform as a solution
Get agenda and schedule for each visits then book the meeting to customers
Power Platform Community Thailand
Microsoft Teams - Shifts
Stored customer’s info.
Power Platform Community Thailand
SharePoint Online – Customer
Stored product’s info.
Power Platform Community Thailand
SharePoint Online – Product
Stored visiting log (Date, Check-in/Out time, Objective, Product Offer info.)
Has some look up column from Customer’s List (Customer Name, Customer ID, Codename)
Power Platform Community Thailand
SharePoint Online – Visit
Some SharePoint validations to prevent error
Power Platform Community Thailand
SharePoint Online – Visit
Power Automate for custom ID
- Every SharePoint List has default ID column but it’s a running number without customizable prefix
- With Lookup column from other list (Customer List), Power Automate and SharePoint ID column we
can create customize pattern ID (visit)
Power Platform Community Thailand
Power Automate – Custom ID with Power Automate
SharePoint Designer for custom ID
- To save flow quota
- But SPD may depreciate in the future
Power Platform Community Thailand
Power Automate – Product ID with SharePoint Designer (SPD)
For paperless solution, detect who’s using with UserProfile()
Power Platform Community Thailand
PowerApps – BakeryApp
Concatenate("Hi ",
Office365Users.UserProfile(User().Email).DisplayName)
Import data from SharePoint Online
Power Platform Community Thailand
PowerApps – Form with Product List
Import data from SharePoint Online – Color conditional formatting on Grade column with IF()
Power Platform Community Thailand
PowerApps – Form with Customer List
If(Grade.Value= "A", OrangeRed, If(Grade.Value="B",
Green, If(Grade.Value="C", BlueViolet, Red)))
Import data from SharePoint Online.
- Filter the Browse screen
- Backwards only 1 month using Today()
- User will see only his/her past visited info.
- Restrict for editing
Power Platform Community Thailand
PowerApps – Form with Visited List
Import data from SharePoint Online.
- Has clear screen feature on rubber icon, using ResetForm()
- Validate writing email in the right pattern with regex with
conditional formatting
Power Platform Community Thailand
PowerApps – Check-in Form
Force customer consent by Greyed out the button
- Customer must sign and check the box in order to continue
- Set Pen Input as varPenInput2 variable (before sign)
- When signed, Blob value of Pen Input will equal to varPenInput2
Power Platform Community Thailand
PowerApps – Check-in Form
If(And(PenInput1.Image =
varPenInput2,Checkbox1.Value) , DisplayMode.Edit,
DisplayMode.Disabled)
Set(varPenInput2, PenInput1.Image)
Set confirm button to do 3 things (last line is for go to the next screen)
- Submit form to the Visited List Browse Screen with SubmitForm()
- Save the record into SharePoint Online with Patch()
- Convert Pen Input into JSON and trim to base64 encryption only
- Tie this button to Power Automate (next part)
Power Platform Community Thailand
PowerApps – Check-in Form
Power Platform Community Thailand
SubmitForm(Form2);
Patch(Visited,Defaults(Visited),
{Date:Date1.SelectedDate,'Customer
Name':CustomerName1.Selected,'Customer''s
Email':CustomerEmail1.Text,
'Check-In':Value(CheckIn1.Text),'Check-
Out':Value(CheckOut1.Text),Objective:Objective1.SelectedIt
ems,
'Product
Offer':ProductOffer1.SelectedItems,Note:Note1.Text});
Set(
varjson,
JSON(
PenInput1.Image,IncludeBinaryData));
Set(
varjson,
Mid(varjson,24,Len(varjson) - 24));
PeninputSigaturetoSPO.Run(varjson);
Navigate(Done, ScreenTransition.Fade)
PowerApps trigger
- Convert Pen Input, convert base64 to binary, save as .jpg to SharePoint Online
- Concat Customer Codename with time (utc timestamp) and .jpg extension
Power Platform Community Thailand
Power Automate – Send Signature to SharePoint Document Library
Set Back to home button to do 2 things
- To reset the form and clear the signature data
- Then navigate back to home screen
Power Platform Community Thailand
PowerApps – Check-in Form
Reset([@PenInput1]); Reset([@Checkbox1]);
Navigate('Welcome Screen', ScreenTransition.Fade)
SharePoint List trigger
- Get user profile by Created by Email column
- Outlook (Office 365) for sending mail by customer’s
Email column in Visit List
Power Platform Community Thailand
Power Automate – Send Feedback form when list created
Customer get the link to Forms from Power Automate and questionnaire whether they sign or
not for cross-check
Power Platform Community Thailand
Microsoft Flow – Customer’s Feedback
Extract from SharePoint Online List and Excel Online (Microsoft’s Forms result)
Power Platform Community Thailand
Power BI modeling
Power Platform Community Thailand
Power BI visit report
Power Platform Community Thailand
Power BI feedback report
Power Platform Community Thailand
Further developments
- Automate Microsoft Forms to insert column in Excel results to match the relationship
- Fix Lookup column error (system created Customer name_x0020_) when submit in PowerApps
- Multi-screen within the same Edit form
- Show weekly Shift assignments from Microsoft Teams to BakeryApp Browse page
- Error appeared on PowerApps Screen
- Fix some snowflakes relationships in Power BI
- Plan vs Actual reports in Power BI
- Sentiment Analysis
Power Platform Community Thailand

More Related Content

PDF
[PowerAppAtWork] Leave Request Automation 101
PDF
Microsoft power platform
PDF
Power Platform Architecture Corrections
PDF
03 power platform power automate in a day-2
PDF
04 power apps-platform-boonthawee
PPTX
Microsoft PowerApps
PDF
02 power bi in a day champ
PPTX
Microsoft Flow - Easy Desktop Integration
[PowerAppAtWork] Leave Request Automation 101
Microsoft power platform
Power Platform Architecture Corrections
03 power platform power automate in a day-2
04 power apps-platform-boonthawee
Microsoft PowerApps
02 power bi in a day champ
Microsoft Flow - Easy Desktop Integration

What's hot (20)

PPTX
Power apps portal out for public review
PPTX
SQL Saturday Redmond The Power Platform
PDF
Overview power apps and microsoft flow
PPT
Share Point Business Portal
PPTX
Introduction to Power Platform
PPTX
Power apps portals are now generally available
PDF
Innovation morning power platform
PDF
Limitations and Cost of Using Microsoft's Power Platform
PPTX
Microsoft power platform
PPTX
Microsoft Azure News - June 2016
PPTX
Intro to power apps
PPTX
PowerApps Deep Dive
PPTX
InfoPath alternatives and the PowerApps potential
PPTX
An introduction to microsoft power apps
PPTX
Ms flow hnlnov2016
PPTX
PowerApps Deep Dive
PPTX
Power Platform Tools of Office 365 What to Use When
PDF
01 mvp skill_power platform overview
PPTX
ProShare_PowerApps_Flow
PPTX
Introduction to Microsoft Flow : Power to the People (Serge Luca, Isabelle Va...
Power apps portal out for public review
SQL Saturday Redmond The Power Platform
Overview power apps and microsoft flow
Share Point Business Portal
Introduction to Power Platform
Power apps portals are now generally available
Innovation morning power platform
Limitations and Cost of Using Microsoft's Power Platform
Microsoft power platform
Microsoft Azure News - June 2016
Intro to power apps
PowerApps Deep Dive
InfoPath alternatives and the PowerApps potential
An introduction to microsoft power apps
Ms flow hnlnov2016
PowerApps Deep Dive
Power Platform Tools of Office 365 What to Use When
01 mvp skill_power platform overview
ProShare_PowerApps_Flow
Introduction to Microsoft Flow : Power to the People (Serge Luca, Isabelle Va...
Ad

Similar to [PowerAppAtWork] Customer Visit Management with Microsoft Power Platform (20)

DOC
MaheshCV_Yepme
PPTX
2018-10-17 J1 6D - Draw your imagination with Microsoft Graph API - Dipti Chh...
PPTX
Microsoft graph (Insider Dev Tour)
DOC
vasubabuCRM
DOCX
SAP ABAP-Archana Jha
DOCX
PDF
Performance Management System - Perfomatix Client Case Study
PPT
PSC & OOMXL
ODP
LotusSphere 2010 - Leveraging IBM Lotus® Forms™ with IBM WebSphere® Process S...
PPTX
Microsoft Graph community call - April, 2018
PDF
RESUME_RASMI3.6
PPTX
Uni Systems for Power Platform.pptx
PPTX
SAP/Microsoft Interoperability Tutorial
PPTX
Connecting to LOB Systems Using BCS, Ayman El-Hattab, MVP
DOCX
Arjun_CV
DOCX
R.Vijay Sarathi
DOCX
modify resume( recently)
PPTX
Cosmos data visualisation q3 2012
PDF
Cherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in day
DOC
SaurabhKasyap
MaheshCV_Yepme
2018-10-17 J1 6D - Draw your imagination with Microsoft Graph API - Dipti Chh...
Microsoft graph (Insider Dev Tour)
vasubabuCRM
SAP ABAP-Archana Jha
Performance Management System - Perfomatix Client Case Study
PSC & OOMXL
LotusSphere 2010 - Leveraging IBM Lotus® Forms™ with IBM WebSphere® Process S...
Microsoft Graph community call - April, 2018
RESUME_RASMI3.6
Uni Systems for Power Platform.pptx
SAP/Microsoft Interoperability Tutorial
Connecting to LOB Systems Using BCS, Ayman El-Hattab, MVP
Arjun_CV
R.Vijay Sarathi
modify resume( recently)
Cosmos data visualisation q3 2012
Cherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in day
SaurabhKasyap
Ad

More from Kumton Suttiraksiri (20)

PDF
Best Practice on using Azure OpenAI Service
PDF
Security Operations in Actions
PDF
All-in on AI: How Smart Companies Win Big with AI
PDF
AKS backup with Velero and Workload Identities
PDF
Unlocking the Power of Quantum Machine Learning with Azure Quantum
PDF
Azure Arc on AIS Cloud X
PDF
Azure Sentinel
PDF
Azure Data Factory with Power BI for Data Analysts
PDF
Improve Developer Experience with Developer Portal
PDF
azure-app-jump-start-wAzure App Jumpstart using GitHub Codespaces and Azure D...
PPTX
Mvpskill Saturday[EP48]Microsoft 365 Update [27 FEB 2021]
PPTX
Mvpskill saturday ep 45 16 jan 2021
PDF
5 Power BI for Real time Analytics
PPTX
4 Integrating azure monitor with power bi and power automate
PDF
3 Staff check ins solution with power automate
PDF
2 Build Apps for Any Devices With Power Apps
PDF
Microsoft graph and power platform champ
PPTX
Mvpskill Saturday EP_37 12 Sept 2563 - Azure Products Update + DEMO
PPTX
Mvpskill Saturday EP_35 8 Aug. 2563 - Microsoft Azure Products Update + DEMO
PPTX
Mvpskill Saturday EP_34 25 July 2563 - Microsoft 365 Products Update + DEMO
Best Practice on using Azure OpenAI Service
Security Operations in Actions
All-in on AI: How Smart Companies Win Big with AI
AKS backup with Velero and Workload Identities
Unlocking the Power of Quantum Machine Learning with Azure Quantum
Azure Arc on AIS Cloud X
Azure Sentinel
Azure Data Factory with Power BI for Data Analysts
Improve Developer Experience with Developer Portal
azure-app-jump-start-wAzure App Jumpstart using GitHub Codespaces and Azure D...
Mvpskill Saturday[EP48]Microsoft 365 Update [27 FEB 2021]
Mvpskill saturday ep 45 16 jan 2021
5 Power BI for Real time Analytics
4 Integrating azure monitor with power bi and power automate
3 Staff check ins solution with power automate
2 Build Apps for Any Devices With Power Apps
Microsoft graph and power platform champ
Mvpskill Saturday EP_37 12 Sept 2563 - Azure Products Update + DEMO
Mvpskill Saturday EP_35 8 Aug. 2563 - Microsoft Azure Products Update + DEMO
Mvpskill Saturday EP_34 25 July 2563 - Microsoft 365 Products Update + DEMO

Recently uploaded (20)

PPTX
Modernising the Digital Integration Hub
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
Hybrid model detection and classification of lung cancer
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
A review of recent deep learning applications in wood surface defect identifi...
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
Tartificialntelligence_presentation.pptx
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
DOCX
search engine optimization ppt fir known well about this
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
Modernising the Digital Integration Hub
WOOl fibre morphology and structure.pdf for textiles
Taming the Chaos: How to Turn Unstructured Data into Decisions
Hybrid model detection and classification of lung cancer
A novel scalable deep ensemble learning framework for big data classification...
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
NewMind AI Weekly Chronicles – August ’25 Week III
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
A review of recent deep learning applications in wood surface defect identifi...
Getting started with AI Agents and Multi-Agent Systems
Hindi spoken digit analysis for native and non-native speakers
Tartificialntelligence_presentation.pptx
Univ-Connecticut-ChatGPT-Presentaion.pdf
Module 1.ppt Iot fundamentals and Architecture
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
search engine optimization ppt fir known well about this
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Developing a website for English-speaking practice to English as a foreign la...
A contest of sentiment analysis: k-nearest neighbor versus neural network

[PowerAppAtWork] Customer Visit Management with Microsoft Power Platform

  • 1. 22 Dec 2019, 9 AM - 4 PM Microsoft Thailand Power Platform Series App at Work
  • 2. Customer visit management with Microsoft Power Platform Narisorn Limpaswadpaisarn, Partner Technology Strategists
  • 3. Power Platform Community Thailand Narisorn Limpaswadpaisarn Partner Technologies Strategist, Microsoft a-narli@microsoft.com https://facebook.com/narisorn.li https://www.linkedin.com/in/narismadz/ https://medium.com/echoo365 Narisorn Limpaswadpaisarn, Technology Strategist at Microsoft. Once graduated from SIIT TU and Sasin MBA, he realized that the trend is heavily on Cloud Computing. He has some background on Networks and Electrical Engineering. Experiences in Marketing and Computer Networks, but mostly in Music production. He usually play guitar and MOOC on cloud technologies such as SQL, BI, Offices 365 and Server platforms. His role supports customer and Microsoft partner. He got several certifications and awards including MCT, MCSE, MCP and One Microsoft Award.
  • 4. Scenarios - Want to create the system that help company customer visit and check-in processes - Solution should go for paperless approaches - Ease of modification and scale for Power users (with low-code) - Protect potential fraud and corruption - Collect Customer feedback for further analysis Power Platform Community Thailand - Contoso has schedule visit to listed café across Bangkok and Chiang Mai area - Staff need to check-in to offer products and promotion to the B2B customers - Products are Bakery ingredients - Old method involves many paper-works, potential risk for corruption/errors from staff - Handwritten in a paper-form is hard to read and easy to lose or damage Challenges
  • 5. Inspirations Power Platform Community Thailand - One of retail customers send sample data for Power BI PoC - Develop ideas for full scenarios
  • 6. Consider N-tier application (Microsoft Azure for example) Power Platform Community Thailand Using Power Platform as a solution
  • 7. Power Platform as SaaS services, offers SLAs and Infrastructure management along with other services Power Platform Community Thailand Using Power Platform as a solution Internet or VPN Power Automate Common data Services SQL Azure
  • 8. Power Platform Community Thailand Using Power Platform as a solution
  • 9. Power Platform Community Thailand Components Power Automate
  • 10. Staff get the visiting schedule in Shifts feature in MS Teams and book the meeting with the customer Use PowerApps as a tool for customer check-in form, see his/her visiting log and Products information SharePoint Online for storing signature and use SharePoint list as a simple database for logging the visit history, product catalog and customer’s info. Also use data validation and retention policy for protect and prevent errors Power Automate trigger process such as unique ID creation, send Feedback Forms and customer’s signature stored Microsoft Forms as the survey tool for getting customer’s feedback Power BI reports for further report and Customer’s feedback analysis to improve overall processes Power Platform Community Thailand Using Power Platform as a solution
  • 11. Get agenda and schedule for each visits then book the meeting to customers Power Platform Community Thailand Microsoft Teams - Shifts
  • 12. Stored customer’s info. Power Platform Community Thailand SharePoint Online – Customer
  • 13. Stored product’s info. Power Platform Community Thailand SharePoint Online – Product
  • 14. Stored visiting log (Date, Check-in/Out time, Objective, Product Offer info.) Has some look up column from Customer’s List (Customer Name, Customer ID, Codename) Power Platform Community Thailand SharePoint Online – Visit
  • 15. Some SharePoint validations to prevent error Power Platform Community Thailand SharePoint Online – Visit
  • 16. Power Automate for custom ID - Every SharePoint List has default ID column but it’s a running number without customizable prefix - With Lookup column from other list (Customer List), Power Automate and SharePoint ID column we can create customize pattern ID (visit) Power Platform Community Thailand Power Automate – Custom ID with Power Automate
  • 17. SharePoint Designer for custom ID - To save flow quota - But SPD may depreciate in the future Power Platform Community Thailand Power Automate – Product ID with SharePoint Designer (SPD)
  • 18. For paperless solution, detect who’s using with UserProfile() Power Platform Community Thailand PowerApps – BakeryApp Concatenate("Hi ", Office365Users.UserProfile(User().Email).DisplayName)
  • 19. Import data from SharePoint Online Power Platform Community Thailand PowerApps – Form with Product List
  • 20. Import data from SharePoint Online – Color conditional formatting on Grade column with IF() Power Platform Community Thailand PowerApps – Form with Customer List If(Grade.Value= "A", OrangeRed, If(Grade.Value="B", Green, If(Grade.Value="C", BlueViolet, Red)))
  • 21. Import data from SharePoint Online. - Filter the Browse screen - Backwards only 1 month using Today() - User will see only his/her past visited info. - Restrict for editing Power Platform Community Thailand PowerApps – Form with Visited List
  • 22. Import data from SharePoint Online. - Has clear screen feature on rubber icon, using ResetForm() - Validate writing email in the right pattern with regex with conditional formatting Power Platform Community Thailand PowerApps – Check-in Form
  • 23. Force customer consent by Greyed out the button - Customer must sign and check the box in order to continue - Set Pen Input as varPenInput2 variable (before sign) - When signed, Blob value of Pen Input will equal to varPenInput2 Power Platform Community Thailand PowerApps – Check-in Form If(And(PenInput1.Image = varPenInput2,Checkbox1.Value) , DisplayMode.Edit, DisplayMode.Disabled) Set(varPenInput2, PenInput1.Image)
  • 24. Set confirm button to do 3 things (last line is for go to the next screen) - Submit form to the Visited List Browse Screen with SubmitForm() - Save the record into SharePoint Online with Patch() - Convert Pen Input into JSON and trim to base64 encryption only - Tie this button to Power Automate (next part) Power Platform Community Thailand PowerApps – Check-in Form
  • 25. Power Platform Community Thailand SubmitForm(Form2); Patch(Visited,Defaults(Visited), {Date:Date1.SelectedDate,'Customer Name':CustomerName1.Selected,'Customer''s Email':CustomerEmail1.Text, 'Check-In':Value(CheckIn1.Text),'Check- Out':Value(CheckOut1.Text),Objective:Objective1.SelectedIt ems, 'Product Offer':ProductOffer1.SelectedItems,Note:Note1.Text}); Set( varjson, JSON( PenInput1.Image,IncludeBinaryData)); Set( varjson, Mid(varjson,24,Len(varjson) - 24)); PeninputSigaturetoSPO.Run(varjson); Navigate(Done, ScreenTransition.Fade)
  • 26. PowerApps trigger - Convert Pen Input, convert base64 to binary, save as .jpg to SharePoint Online - Concat Customer Codename with time (utc timestamp) and .jpg extension Power Platform Community Thailand Power Automate – Send Signature to SharePoint Document Library
  • 27. Set Back to home button to do 2 things - To reset the form and clear the signature data - Then navigate back to home screen Power Platform Community Thailand PowerApps – Check-in Form Reset([@PenInput1]); Reset([@Checkbox1]); Navigate('Welcome Screen', ScreenTransition.Fade)
  • 28. SharePoint List trigger - Get user profile by Created by Email column - Outlook (Office 365) for sending mail by customer’s Email column in Visit List Power Platform Community Thailand Power Automate – Send Feedback form when list created
  • 29. Customer get the link to Forms from Power Automate and questionnaire whether they sign or not for cross-check Power Platform Community Thailand Microsoft Flow – Customer’s Feedback
  • 30. Extract from SharePoint Online List and Excel Online (Microsoft’s Forms result) Power Platform Community Thailand Power BI modeling
  • 31. Power Platform Community Thailand Power BI visit report
  • 32. Power Platform Community Thailand Power BI feedback report
  • 33. Power Platform Community Thailand Further developments - Automate Microsoft Forms to insert column in Excel results to match the relationship - Fix Lookup column error (system created Customer name_x0020_) when submit in PowerApps - Multi-screen within the same Edit form - Show weekly Shift assignments from Microsoft Teams to BakeryApp Browse page - Error appeared on PowerApps Screen - Fix some snowflakes relationships in Power BI - Plan vs Actual reports in Power BI - Sentiment Analysis