Can I use a different value in the component cell so that it is not used in the request, but used in Success


can I use a different value in the component cell so that it is not used in the request, but used in Success?

image

Do you want to access selected_id in Success?

Anything you pas to a Cell is available in the props:

export const Success = ({ success_id }) => {}

Hallelujah! it work! Thank you!

Anything you pas to a Cell is available in the props:
plus results of QUERY

1 Like

We definitely need some docs on Cells.

I’ve added an issue

to track some suggested Cell-related topics to cover.