I need the information from a form to go to two databases in SharePoint. it is possible?

I need the information from a form to go to two databases in SharePoint. it is possible?
Hello @Erika3,
You can do two patches with the same form results. Something like the following, you need to separate them with ";" or if you're using european style ";;"
Patch(DataSource1,Defaults(DataSource1),{FieldForm:ValueForm});Patch(DataSource2,Defaults(DataSource2),{FieldForm:ValueForm})
Here is the official documentation about patch function Patch function (contains video) - Power Platform | Microsoft Learn
Here is a great guide from Matthew Devaney 7 Ways To Use The PATCH Function In Power Apps (Cheat Sheet) (matthewdevaney.com)
Hope this helps clarify the doubt, let me know in case you're still facing an issue within it.
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.