Skip to main content
anveshs420634
August 19, 2025
Question

Write Records/Write Data store on record summary load

  • August 19, 2025
  • 13 replies
  • 0 views

Hi Community,

I was exploring a scenario, where when user loads records summary page, I want write some data into Records /enitty.

I tried to create a web API which writes records, an integration to connect the web API, call that integration from local variable inside the interface. But this doesn't seem to be working.

When I tested web api from integration object , I am getting below details as response but its not writing the data 

 

Any work around or other approach to achieve this?

Thanks in advance

13 replies

stefanhelzle0001
August 19, 2025
But this doesn't seem to be working

What does this mean? And, we will need more details.

stefanhelzle0001
August 19, 2025

What do you try to implement? You are aware of the record usage log file?

anveshs420634
August 19, 2025

No, I am not. I want to auto write some data into records/entity  on interface load.

stefanhelzle0001
August 19, 2025

Sure, but for what purpose?

shubhama926776
August 19, 2025

On record summary load, you want to auto-write data to a Record/entity?
Explain your requirement little more.

anveshs420634
August 19, 2025

Yes You are right. It should auto write to record/entity.

August 19, 2025

Use-case aside, have you tested this with a manual button that triggers the integration->API loop back? It looks like the error you're receiving might not be related to the automatic call on page load.

anveshs420634
August 19, 2025

[mention:0e206ce3eae24a35978d1b24e1b09478:e9ed411860ed4f2ba0265705b8793d05] On testing web API object, its writing data successfully

But when I try to trigger it from Integration object I created, Its not writing any data and response as below

confused where I am going wrong?

stefanhelzle0001
August 19, 2025

Seems like an authentication issue.