We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code does not properly interpolate the recordid in context - {recordid} is in the resulting string instead of the actual recordid guid.
recordid
{recordid}
context.addRecordDataFrame({ recordid: s.getIdFieldValue(), }).merge(`$RouteAssignment{username/appname:collectionname:detail}`)),
Actual Result /workspace/username/appname/dev/app/username/appname/collectionname/detail/{recordid}
/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
/workspace/username/appname/dev/app/username/appname/collectionname/detail/0194146a-e8f3-7e1f-8b35-e7949dd41698
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code does not properly interpolate the
recordid
in context -{recordid}
is in the resulting string instead of the actualrecordid
guid.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
The text was updated successfully, but these errors were encountered: