Hello everyone!
I'm building a powerapp connected with a sharepoint list.
I'm trying to move the datacard inside my app, in a freely way. This because I have the need to do something similar to:
"Hello, my name is <datacardinput>, it is a pleasure to meet you"
This is just a silly example to explain what I'm trying to achieve.
I already have diabled the new rendering method, but still it seems I'm not able to move those input.
Any way of achieving what I have described above?
Many thanks!
Solved! Go to Solution.
Hi @Anonymous ,
Can you explain more about what you are trying to achieve? Especially about what did you mean by "move data card in a free way". Did you mean that you want the users to be able to move the data cards' order while playing the app? If so, then I do not think this could be achieved. Data Cards can only be moved manually while in design mode.
Or did you mean that you just want to be able to edit the data inside each data cards? If so, then you just need to set the DefaultMode of the Form control to:
FormMode.Edit
And the OnSelect property of the navigation button to navigate to this Form page to:
EditForm(EditForm1);Navigate(EditScreen1, ScreenTransition.None)
Then you would be able to edit all the data cards inside the form.
Regards,
Mona
I don't know If I understand the issue but here are my thoughts.
You can create a custom datacard and move in front of behind any of the SharePoint datacards that were created. Then inside the custom datacard you can add controls to display data like a label or text box.
If you are trying to modify an existing datacard by adding another control inside it then you first need to go to the advance properties of the datacard and unlock it.
Hi @Anonymous ,
Can you explain more about what you are trying to achieve? Especially about what did you mean by "move data card in a free way". Did you mean that you want the users to be able to move the data cards' order while playing the app? If so, then I do not think this could be achieved. Data Cards can only be moved manually while in design mode.
Or did you mean that you just want to be able to edit the data inside each data cards? If so, then you just need to set the DefaultMode of the Form control to:
FormMode.Edit
And the OnSelect property of the navigation button to navigate to this Form page to:
EditForm(EditForm1);Navigate(EditScreen1, ScreenTransition.None)
Then you would be able to edit all the data cards inside the form.
Regards,
Mona
Thanks for posting in the community @Anonymous - can you review the above replies and advise if they were helpful?
Thank you,
@Anonymous
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
204 | |
182 | |
72 | |
44 | |
35 |
User | Count |
---|---|
331 | |
267 | |
116 | |
70 | |
67 |