Dannymh
Active member
Hi all,
I am running a process that triggers a save into multiple tables and entities the idea being
I can't figure out how I can get the ID of the data that was just inserted, so I really need to grab the record ID of newly inserted data and then pass that on to the next entity save process to save the days inside the week.
From what I can see should that not come out of the basicentitysave process?
I am running a process that triggers a save into multiple tables and entities the idea being
- go grab a bunch of jSON data
- Create a week schedule
- use the Week ID that was just created to create day data schedules
I can't figure out how I can get the ID of the data that was just inserted, so I really need to grab the record ID of newly inserted data and then pass that on to the next entity save process to save the days inside the week.
From what I can see should that not come out of the basicentitysave process?