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.
-
Drag the action whose response you want to modify to the PENDING OVERRIDES
section.
-
Select Override the Result in the drop-down list.
-
Select a response key to modify in the Key field.
-
Enter a modified value for the key in the New Value
field.
-
Click Save.
-
To trigger execution of the action, refresh the page.
The modified action response moves from the PENDING OVERRIDES section to
the PROCESSED OVERRIDES section.
-
Note the UI change, if any, related to your
change.