Modify an Action Response

Modify an action response in the Salesforce Lightning Inspector by changing one of the JSON object values and see how the UI is affected. The server returns a JSON object when you call a server-side action.
  1. Drag the action whose response you want to modify to the PENDING OVERRIDES section.
  2. Select Override the Result in the drop-down list.
  3. Select a response key to modify in the Key field.
  4. Enter a modified value for the key in the New Value field.Modify result
  5. Click Save.
  6. To trigger execution of the action, refresh the page.
    The modified action response moves from the PENDING OVERRIDES section to the PROCESSED OVERRIDES section.
  7. Note the UI change, if any, related to your change.Modify response result