
Announcements
hanks for sharing your issue—this is a known challenge when using Power Pages with virtual tables (v2.0) from Business Central, especially in Insert mode where you're trying to pass the newly created record's GUID to another form.
This behavior is likely due to a sync delay or mismatch between:
Virtual tables in Dataverse do not store data locally—they act as a proxy to external systems like Business Central. When you create a record via Power Pages:
Instead of relying on Append Record ID to Query String, consider:
Create a Power Automate flow that:
If the sync delay is short, you can:
If possible, use a lookup field (e.g., Sales Order No.) in the second form to retrieve the record, rather than relying on the GUID.