I am calling custom action from javascript in power apps.
Its working Now. Thanks for replying. I just created new action.
and the code generated by DRB?
"Execution Start: 2022-11-03 15:37:33"
"Success"
above is result of execution in DRB
{"error":{"code":"0x8006088a","message":"Resource not found for the segment 'rc_ObservationResultAlertToDoc'."}}
also showing above error
if you copy cope from online then you can check from where you copied or use DRB.
The code however it comes from DRB due to these lines:
//parameters.Target = { "@odata.type": "Microsoft.Dynamics.CRM."+logicalName+", quoteid : "+recordId+" }; // mscrm.crmbaseentity
// Return Type: mscrm.new_CloneRecordResponse
// Output Parameters
because they are comment lines added automatically by DRB
I want synchronous call
Bounded. this is not DRB. it is from online
Hi,
Can you try below for data parameter
Var data={};
data.Name=rc.name;
Can you please show me how are you calling this function?
Screenshot will work
the call works inside DRB? you have only a single parameter? is a bound or unbound call? can you post the code generated by DRB?
String type argument
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156