Hey Everybody,
I am creating a PowerApp that loads information into SQL (SSMS).
The PowerApp asks for numerous information from a leader. Once that information has been entered, the leader will press 'Save'.
After that, the data is to pass through a stored procedure and then into a SQL table. I am doing this to avoid duplicate entries, and the stored procedure removes all duplicates.
How can I do this? (The stored procedure has already been created).
Thanks
Dan