Many of the challenges that I face using Retool can be addressed by simply allowing to trigger(param1, params2) them using parameters. Examples:
- currentRow is inaccessible anywhere outside the widget in expanded row. This means that I can't use use it i.e. to fetch corresponding remote resource;
- S3 queries do not take in any parameters, so I can't use them as a 'transformer' to generate signed links.
Currently, every time I face this issue, I have to create an endpoint on my backend that implements required functionality.