Hey Everybody,
I am creating a PowerApp where an end-user disregards calls. Here, the user will enter an InteractionID, then the User ID and Date will self-populate (from a table called Dan_P_InteractionID_PowerApp). Lastly, the end-user will hit Save.
(The User ID and Date on my Power App are self-populating like they should so that is not the problem)
I want the InteractionID, the User ID, and the Date from the Power App to get loaded into a blank SQL table called Dan_P_InteractionID_Power_App_Empty. This table has 3 columns: InteractionID, LastlocalUserID, and Date (which are the same column-names from Dan_P_InteractionID_PowerApp).
I have attached the code that I am using. It is erroring out.
Can any one help me with my code?
Thanks
Dan