Hello fellow powerapps users !
I need your help, because i was not able to find the answer to my terrible question :
Context :
I am creating a powerapps that will display a contact form to my Sharepoint users.
This form is quite simple :
the user will have to choose a category of retail store, then the geographic store itself, and then the department he wants to reach. He will have to write his message and then send it.
(The store is a dropdown , dependant of the category chosen. The department is a simple dropdown filled with static departments)
This form will create a new item in a Sharepoint List and that will trigger a flow : an email will be send to the specific department chosen by the user.
What i already did :
- I've created a SharePoint list called Contact Form Param which contains : each store's details (category, physical address, and every department's email address)
- I've created a SharePoint List called Contact Forms which will contain every form sent by the user . These forms will consist on : Category, Store, Department chosen and Message.
- I've created a powerapps with fields populated with Contact Form Param list. (see attachment)
What i want:
I would like to know :
How i could link my "Send" icon to my Contact Forms list, so that it creates a new item in it, getting the chosen values in my powerapps form to fill the right fields/columns in Contact Forms list?
Is it a Property or an advanced option of my button/icon ?
Should i rethink entirely my process ? Should I create my Powerapps from my Contact Forms list ? (but if so, how will i be able to get my datas from the other list ?)
Please, i'd really appreciate your help ! Thanks !