function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Radha Rathinavel PandianRadha Rathinavel Pandian 

How to get the submitted record id form assembly

Hi ,

I need to get the submitted record id to pass through my custom redirect link in form assembly. Could you please assist?.

In my case,
I have submited the form record in custom object, here I need to get the  record id of my submitted record and pass this id to my customized redirect url.
Maharasi EzhilarasanMaharasi Ezhilarasan
Hi,

I am also struggling to get the record Id from submitted form to custom url. Please share if you have found any solution. It would be very helpful. Thanks.
Maharasi EzhilarasanMaharasi Ezhilarasan
Hi,

I have found the solution to get the record id once form submitted. For standard object we should use  %%SFA_OBJECT%%  where  OBJECT  should be replaced with the record type being created in Salesforce. 

For example, assuming the creation of a Lead object in the Salesforce connector, the alias would be named %%SFA_LEAD%%.
For custom object, use all caps and a double underscore after the object name and before the "c." It will look something like  %%SFA_SURVEY__C%%.

Check the below link. Hope it helps.
https://help.formassembly.com/help/344494-object-alias