Views:


Applies to Product - Power Pages

What’s happening?
The CRM API used for Power Pages portals is not functioning as expected, leading to errors when creating forms.
 

Reason:
The API call was initially made using an incorrect URL format, which included the /data/v9.1 segment that is not compatible with Power Pages.
 

Resolution:
For the API issue:

  1. Modify the API call by replacing the organization URL with the Power Pages URL and removing the /data/v9.1 segment. The correct format should be: .addField("######.id", `https://awardscentralcampaignmngmt.powerappsportals.com/_api/${toTable}(${toId})`)
  2. Ensure that the required site settings for Web API are enabled.