I am attempting to make an app to display on a sharepoint page.
The premise is it's an app for people to select gifts to donate. The gift information is pulled from a sharepoint list and each record is displayed as an ornament on a tree. When you select an ornament it displays the record in a gallery.
When you select the gallery item it emails the gift details to the user, along with instructions. Subsequently, the list record is patched to indicate the gift is selected and causes the selected ornament to disappear off the tree and the corresponding present to appear under the tree.
It all seems to work fine but when I published it and had somebody else try I ran into issues. Primarily it appeared they were running a complete different instance of the app. When they selected a gift the ornament disappeared, the present appeared, they received the email. But the sharepoint list did not get updated indicating the gift was selected. I'm confused how that can be. I thought maybe a refresh issue but after refreshing I still couldn't see the changes they made reflected in my version of the app.
Also, when I use the app and it sends the email, I'm basically sending an email to myself. When they use the app they also receive an email from themself with the gift details. I thought the outlook connector meant all the emails would be sent through my mailbox, so I'm a bit confused what's going on here.
Can anybody point me in the right direction?