Hello Powerapp Community Team,
I am a non-developer and wanted to assess the viability of someone like me to be able to create applications without any real coding knowledge.
I was wondering if someone could help me create a super-simple application, as I have been struggling for a couple of days to create a very simple 3 page app.
Essentially I am creating an interview observation Application.
I want the screens to essentiallt look like this.
Home Page: ---> Client 1 ---> Observations Screen ----> Observation 1 (multi-lines)
(create new observation under project) observations
Client 1 Project 1 Observation 1 - With time Stamp feeling
Client 2 Project 2 Observation 2 Thinking
Client 3 (projects unique to client) Insights
GPS Location
Take Photos
I hope this makes sense, but essetially, everything is nested as they are unique to a specific project, client and observation.
Thanks!
FJ
Hi FJ,
What’s your data source? Please provide some information about your data source.
You could create an app from data with your data source, then there will be three default screens on you app.
You could also create an app from scratch then customize your app according to your needs.
Please check this documentation for a reference:
https://powerapps.microsoft.com/en-us/tutorials/working-with-forms/
Best regards,
Mabel Mao
Hello Mabel,
I am currently using the Common Data Service as my data source.
My issue is related to keeping the data unique by client, project and observation. I just can't seem to wrap my head around that.
thanks!
FJ
Hi FJ,
My understanding is that you want to show your data on three screens, say show Client on Screen1, Project related to the Client on Screen2, Observation related to the Client on Screen3.
So I created a custom entity with fields Client, Project and Observation, looks like below:
Then I created an app from blank, add a connection to this CDS entity.
Then added three screens:
On Screen1, added a gallery control, set its Items property as the entity. Set Text property of one Text box as ThisItem.Client. Then deleted the other Text box controls.
On Screen2, add a Display Form control, set its Data source as the entity, and its Items property as Gallery1.Selected. Then selected the Project field from the Form customization pane.
On screen3, add an Edit Form control, set its Data source as the entity, and its Items property as Gallery.Selected. Then selected only Observation field from the Form customization pane.
Hope it could be a reference for you. If I misunderstand you, please feel free correct me.
Best regards,
Mabel Mao
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
70 | |
50 | |
37 | |
25 |
User | Count |
---|---|
240 | |
111 | |
90 | |
89 | |
67 |