R
Refine
A
Refine
•
13mo ago
•
19 replies
awake-maroon
on my show page i have this
const { editUrl, create } = useNavigation(); create("member-cards", "push", { memberId: id });
const { editUrl, create } = useNavigation(); create("member-cards", "push", { memberId: id });
how can i retrieve memberId in my create page
?
Refine
Join
6,182
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });
const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });
Similar Threads
Show show data on List page
T
then-purple / ask-any-question
3y ago
show page
W
worthy-azure / ask-any-question
3y ago
sub resource on show page
U
uncertain-scarlet / ask-any-question
2y ago
Edit Button on Show-Page
S
skinny-azure / ask-any-question
3y ago