Hello,
My data source is an Excel in One Drive, and I would like to rename the photos taken with an add picture control.
How can I do this ? Is it possible ?
Thank you
Solved! Go to Solution.
Hi @Asy ,
Could you please share more details about your data source?
Do you want to rename the photoes in excel table in OneDrive?
You can try the following workaround:
DataSource:
AppTest
Add one button control and one textinput control,Add one Gallery to show your photoes table.
Button_RenamePhoto.OnSelect:UpdateIf(Phototoes,Phototes = Gallery4.Selected.Phototes,{PhotoesName:TextInput1.Text});Refresh(Phototoes) (Photoes is my table name in OneDrive)
Result check:
More information:
https://www.eliostruyf.com/uploading-images-to-your-onedrive-with-powerapps/
functions/function-update-updateif
Hope this could be helpful.
Best Regards.
Yumia
Hi @Asy ,
Could you please share more details about your data source?
Do you want to rename the photoes in excel table in OneDrive?
You can try the following workaround:
DataSource:
AppTest
Add one button control and one textinput control,Add one Gallery to show your photoes table.
Button_RenamePhoto.OnSelect:UpdateIf(Phototoes,Phototes = Gallery4.Selected.Phototes,{PhotoesName:TextInput1.Text});Refresh(Phototoes) (Photoes is my table name in OneDrive)
Result check:
More information:
https://www.eliostruyf.com/uploading-images-to-your-onedrive-with-powerapps/
functions/function-update-updateif
Hope this could be helpful.
Best Regards.
Yumia
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
203 | |
71 | |
51 | |
49 | |
20 |
User | Count |
---|---|
263 | |
123 | |
85 | |
79 | |
70 |