Hi all!
I'm working with awesome video from Shane Yound. My repeating table with cascading dropdown is almost done. There is a small problem. https://youtu.be/HUX_0AA4-Hs?t=553
When i save my row, the save/delete button dissapear whice is fine. Now i need to make my field in view modus. Normally i would use this code:
If(ShowSaveButtons; Displaymode.Edit; View)
But the problem is. I need to use ThisItem.ShowSaveButtons.
Because of ThisItem, my code doenst work because PowerApps needs an boolean.
Is there a solution for this?