Hi Everyone.
I have this formula for creating a record. What I need to figure out is how can I get the created records id in return so I can relate to another entity
record\create('InvoiceItem', 'name', 'TEST123', 'invoiceId', '[[I NEED TO GET THE CREATED RECORD', 'amount', fireDueCost);
I have this formula for creating a record. What I need to figure out is how can I get the created records id in return so I can relate to another entity
record\create('InvoiceItem', 'name', 'TEST123', 'invoiceId', '[[I NEED TO GET THE CREATED RECORD', 'amount', fireDueCost);
Comment