I'm currently using the Collect() func to (on a click of a button), collect data from a gallery and send that data to my Entity using:
Collect(CantinaBackEnds, {Data: Date_1.Text, Prato: Dish_1.Text, DiaDaSemana: DayOfTheWeek.Text})
The app is running fine, with no errors. However my Entity (in blue) is empty of data, even though my Collection has data.
All the fields in my collection (in orange), match perfectly the ones created on the entity, therefore this should be working.
Could some one share some ideas?
Thnkx
Solved! Go to Solution.
@Anonymous
Try the following:
Use Patch command to patch the data source.
Regards
Krishna Rachakonda
If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |
@Anonymous
Try the following:
Use Patch command to patch the data source.
Regards
Krishna Rachakonda
If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |
Thanks for the answer. I did this:
Patch(CantinaBackEnds, Defaults(CantinaBackEnds), {Name: "Tiago", Data: Date_1.Text, Prato: Dish_1.Text, DiaDaSemana: DayOfTheWeek.Text});
Working perfectly!!!
User | Count |
---|---|
250 | |
105 | |
82 | |
51 | |
43 |