Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: $RouteAssignment merge syntax does not resolve correct url #4415

Open
techfg opened this issue Jan 6, 2025 · 0 comments
Open

bug: $RouteAssignment merge syntax does not resolve correct url #4415

techfg opened this issue Jan 6, 2025 · 0 comments

Comments

@techfg
Copy link
Collaborator

techfg commented Jan 6, 2025

The following code does not properly interpolate the recordid in context - {recordid} is in the resulting string instead of the actual recordid guid.

context.addRecordDataFrame({
    recordid: s.getIdFieldValue(),
}).merge(`$RouteAssignment{username/appname:collectionname:detail}`)),

Actual Result
/workspace/username/appname/dev/app/username/appname/collectionname/detail/{recordid}

Expected Result
/workspace/username/appname/dev/app/username/appname/collectionname/detail/0194146a-e8f3-7e1f-8b35-e7949dd41698

@humandad humandad added this to the Beta Availability milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants