Separate screen but using same source, I cannot use different component?

Hi,

I have created Menu screen for customer to order and the source is Menu in data. Now that everything is done at the front I would like to add screen for Admin for back house to edit items. I also use same source ‘Menu’ in data for Admin screen.

Here comes the problem. When I change components in Admin screen, it effects components on customer screen too.

What can I do? Is there any way to use same source but different screen component?

Two options:

Option 1: Use visibility conditions to show or hide components based on who is viewing the screen.

Option 2: Use the Show New Screen action for your Admins. This will give you a separate screen attached to the same table. Any changes that you make to this won’t affect the original Details screen.

1 Like

Thank you so much :star_struck:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.