How to reference entity recorded that was created

I’m having trouble getting access to entity records that was created through the create entity rule to keep a list of the records that was created/updated locally. Looking at the create entity api call, the response contains the recorded created; i’d like to know if its possible to access the response and its content.

Hi @eaghuang

Check the below thread

regards

Hi @vrdabberu
I am able to create the entity without issue. However, is it possible to get access to the entity that was just created through the response? For example, I want to set the value of a textbox with the id of the record that was just created in the “when created” trigger of the create entity rule.

@eaghuang ,

you can get the Id once record is created, Please do below to get record id once rule is execute.

Please implement below rules into created section of create Entity record rule.

{PageName}.{clicked Button Name}.CreateEntityRecord.RecordId

Thanks,
Arvind

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.