Hi, so I have this form where people can go and create a new project, it works just as you'd expect. It lets users fill out the fields and then on submission it will reflect their inputs on a backend SharePoint list called Project Requests. However, there is another list called Project Tracker where I want to be able to track the status of projects and I'd like it so that when a user submits the project request form, I can patch a new record into the project tracker list as well. The record on the project tracker does not need all the fields to be filled in, mainly just the project ID field so that if a user were to look at that value they could go to the ID of the project request list and find the project that is being tracked.
Here is the request screen and the ID data card is there, it is just hidden b/c the user doesn't need to see that.

This is the formula for the submit button. I've tried a bunch of things, but I either get errors like title is required or I can't get the right data type, etc.

Here is the Project tracker list: Project name is the title field, project id is a number data type, progress is a choice field, priority is also a choice field, assigned to is a number field because I'm also connecting that to employee ids and notes is multi lines of text
