Hello,
I am stuck on something that seems simple, but i don't know how to achieve it.
I have a powerapp for sharing information on social media (specifically Twitter). This app will be used by multiple users who will be sharing some information from sharepoint list on their individual Twitter accounts. My dilemma is, i want to track which users have shared a particular item and i have a column called 'SharedBy' that should hold this information. This is populated by the logged in user on the powerapp end who shares a particular message found on our sharepoint list. Unfortunately, currently my 'SharedBy' column keeps on being overwritten by the latest user who shares the message ending up losing data on all users who previously shared the same message.
The only way i can think of is creating a new item every time a user clicks on the 'Share Message' button. I am not sure how to do this (creating a new item based on selected item values, and the only different value is the 'SharedBy' column detail which will be the user().fullname). Kindly advice on how to approach this and also if there is another way of tracking that doesn't involve creating new record everytime a message is shared.