A Big Thank U to the entire PowerApp Community
The question NOW for me, TO FLOW or NOT to FLOW, versus OFFICE365GROUPS.HTTPREQUEST connector
I have been using a flow for some time now with no issues. (see FIGURE B:1-4 below) From within my Power App the flow gets an attachment from Sharepoint List (A) attachment data card control within a form, and uploads to a SP Document Library (AB), at the same time from the SP list A, extracts the Product ID number value from the same Form was in, to the SP Doclib AB.
This method been working for a while now BUT until recently for some odd reason, been getting a JSON error message (below Fig A). I tried to wrap parameter text with value etc… restarted rebooted rewired , still issues….what is weird is EVEN though am getting the error message the flow runs successfully and the desired result is achieved. I just can't seem to shrug this error message off.
Fig A

After coming across the Office365GroupsHttpRequest Connector Thanks to @Reza Dorrani video, https://www.youtube.com/watch?v=n3mhe88BI34&t=790s
I found this method yielding improved results.
On a blank screen, On a button I put the code below in, which pulls from an attachment control (outside of the form).
(ForAll(DataCardValue12.Attachments,Office365Groups.HttpRequest("https://graph.microsoft.com/v1.0/sites/......./root:/"&ThisRecord.Name&":/content","PUT",ThisRecord.Value)))
This solved the error issue and 1 less flow to call. But My problem is I cannot seem to find a combination of the above code with a patch or collection to get the desired result (See Figure 4 below ) i.e. Product ID Value from a selected gallery item SP list A, to the uploaded attachment column in the SP doc lib AB. all in one shot.
Is it possible to use office365groups.httprequest connector with a Patch or Collection, or maybe a combination with flow in a Power Apps environment to achieve desired results ?
FIGURE B below 1-4
Within my Form , OnSuccess I have a FlowAddanitemtoSPandDocLib.Run(Varlastitem.ID) set to run when an attachment is added, which then triggers flow , and pulls the Product ID number variable with it to the Doc Lib AB
1

2

3
4 - Current result of flow
