Hi all, I have a UX page which has multiple models as shown here - these are the models associated with the UX page.
Now, I have a line item in Prod_1 where it shows a status message for whether an action is run or not.
Now, the problem arises when the user changes the model to Prod_2 - then the line item shows a completely different text line item from the Prod_2, which should ideally be blank since I changed the source model here.
My guess here is that the line item IDs were the same for these line items - hence the UX page shows the line item with the same ID from Prod_2.
I had encountered a similar issue while uploading actions in the page, but got away with it by creating driver line items in Prod_1.
How do I do this for status message line items?