Hi All,
I have a canvas app directly connected to SQL Server table, Canvas App Gallery's data source is the SQL Table.
In a row of gallery I have 2 toggles against 2 fields in table, I have used patch function to update the values of both fields on change of both toggles and code on each toggle change is updating another field value, which triggers onchange code written in Another toggle which updates the value of another field.
This is creating infinite loop, do we any anything to check recursion's depth in Canvas App? same as we have in Dynamics CRM Plugins, where we can check depth and break the infinite loop.
Thank you
Neeraj