- My goal: Create a dynamically sized list that can be edited by the user, isnāt compressible into a table, AND also follows retoolās regular process
- Issue: Components that take inputs do not change their presented value when the underlying value changes unlike those same components outside of a list.
- Steps I've taken to troubleshoot: Iāve added the āreset valueā functions to run for all the component objects every time an edit is saved, as the actual application has the contents of these lists change regularly and this issue causes the user swapping between the information groups to not being demonstrated properly. The penultimate issue with this strategy is that the information is not present as soon as the information is loaded up as it passes through a few transformer queries, resulting in the possibility of it being opened prior the underlying information being prepared (by seconds or less) so the user sees none of the values of the input list filled in. In order to avoid this, I had to create a loop of queries waiting for the input components to not be null which is needless overhead IMO.
- Additional info: (Cloud or Self-hosted, Screenshots) Cloud
Example App: https://gritppo.retool.com/embedded/public/644ba26e-1006-4aeb-aff9-63267d00564f