I have a button on contact home grid, on click of that react web resource is opening where i am putting email and phone and then on click of search button i am executing action in crm with parent.Xrm.online.execute but in response i am not getting responceText , my action returing text value.
i am getting following
Response {type: "basic", url: "">gersh815.crm.dynamics.com/.../GlobalSearch", redirected: false, status: 200, ok: true, …}
type: "basic"url: "">gersh815.crm.dynamics.com/.../GlobalSearch"redirected: falsestatus: 200ok: truestatusText: ""
headers: Headers {}body: ReadableStream {locked: false}
bodyUsed: false__proto__: Response
responseText is not there.