Hi Maybe, it’s something simple that I am missing, but tried every way i could and it does not want to work for me
I have a wizard that on Step 5 Creates an account and related contact, and Step 6 of wizard have some page includes, to which i want to pass the 'Account ID"
If i don’t save the newly created account, it send the 'Temporary ID" assigned by skuid, so does not work
If i save the Newly Created account, for some reason , a complete other random Account ID is being sent
I tried using the Defer Rendering of Step Contents on the wizard, but it does not help
On the page include from step 6, i have this query string: id={{$Model.New_Account.data.0.Id}}
and in the Page include itself, the model condition is: Account__c=(param)Id
Can anyone please help me?
Thx!