I am deploying an App to live, and it has a number of updates that are performed using a patch command:
Patch(
'[dbo].[TBL_JS_GOODS_IN_CONTROLSHEET]',
LookUp('[dbo].[TBL_JS_GOODS_IN_CONTROLSHEET]',ID = Selection.ID),
{ stBinLocation:lblSelectedProductState_1.Text,
UpdatedBy:User().FullName,
UpdatedOn: Now()
}
);
The connection is listed here in Data sources:
The connection to [dbo].[TBL_JS_GOODS_IN_CONTROLSHEET]' - when I hover here, shows that it is till pointing to the wrong connection.
How can I edit this?
Solved! Go to Solution.
Hi @stapes ,
I am a SharePoint user and all you do there is remove the old data connection, connect the new one and as long as all the field and table names are all of the same type and names, the app will carry on with the new data. I suspect this will work as well in SQL server.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @stapes ,
I am a SharePoint user and all you do there is remove the old data connection, connect the new one and as long as all the field and table names are all of the same type and names, the app will carry on with the new data. I suspect this will work as well in SQL server.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
This is the problem I am experiencing:
If I could edit the connector I asked about I could amend it to point to the correct connection.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
52 | |
41 |
User | Count |
---|---|
274 | |
159 | |
88 | |
81 | |
56 |