Quando memorizzo latitudine e longitudine da app verso excel il dato non viene memorizzato correttamente (formato cella generale). Appare il problema del "converti in numero".
Vedi esempio: ID 1 e 2 sono visualizzati correttamente.
Se modifico manualmente il foglio excel (converti in numero) viene visualizzato correttamente anche ID3
Come posso risolvere?
Grazie,
Solved! Go to Solution.
OK, two more things to try:
Let me know if this helps. I believe it is an issue with how Excel connects as a data source to your form.
Hi, I don't speak Italian, so I hope I translated your post correctly.
It sounds like Excel is recognizing your latitude and longitude values as text, instead of numbers. To help with this, try wrapping the statement that sends the data back to the Excel sheet with a Value function. For example:
Patch(myExcelTable,
Defaults(myExcelTable),
{
Latitude: Value(myLatitudeLabel.text),
Longitude: Value(myLongitudeLabel.text)
}
)
OK, two more things to try:
Let me know if this helps. I believe it is an issue with how Excel connects as a data source to your form.
This thread has some additional insights
Solved, Thanks.
cv
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 |
---|---|
194 | |
70 | |
51 | |
41 | |
30 |
User | Count |
---|---|
255 | |
120 | |
99 | |
92 | |
78 |