Get dynamic page id while adding content to a wix code form by user.

@yevhen-pavliuk ,
Thanks It worked…
I was always getting the id of previous item whenever i used getcurrentitem . But when i used you async await code, i was able to get the currentitem when the new() is called. thanks…