Creating Teams Tabs to Edit

I would like to create teams tabs from a the SPListForm.aspx page with a query string behind it. I have tried using the SharePoint Pages app and the Sharepoint list app but neither are allowing me to input the link. Is there a work around? I have been reworking some of my older code. My hope is to create the team channel programmatically with Power Automate and inserting the desired list forms with FormIDs. I was able to successfully do this in the past with EditForm.aspx but had run into issues with the default forms not updating once I upgraded.

Hello @cwalter2,

What do you mean by 'default forms not updating once I upgraded'?

Do you mean the form won't open? What version of Teams are you using: desktop or web?

The forms will open, but any script or layout updates were not applying. I had cleared cookies, deleted history, etc. with no luck. If it was a form set it would update without issue. I had opened a support case but wasn’t able to try the last suggestion but had found the SPListForm.aspx was working without issue so I started developing and testing that way.

@cwalter2,

I don't see any on going requests from you. Please share the ticket number.

Also, what version of Teams are you using: desktop or web?

The case was closed because I had not responded it was #SP47394. Since using SPListForm I have not had issues with default forms. I was able to use SPListForm by adding the tabs programmatically to bypass Microsoft’s validation. I just hope this continues to work.