You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use case:
1)there is a dropdown calculated from list.
2)after that, script is running and changing the values in file|dir that step 1 builds the list from
3)now i reopen the dropdown to rerun the script but it shows me old data
users are being bit confused :)
though not super critical
thanks
The text was updated successfully, but these errors were encountered:
Hi @yosefy the values are calculated only once, when a script is loaded (or a dependent parameter changes). Any OS changes are not monitored unfortunately
I mean maybe can recalculate it when the user presses on the dropdown on
the frontend as trigger?
for example: i get the list of files from dropdown
then i choose few of them and script deletes those files
now i want to delete more, but the dropdown still shows old data
usually the user won't open the dropdown again, but if he does... :)
i know you are busy, it is just a suggestion
thanks
hello @bugy
use case:
1)there is a dropdown calculated from list.
2)after that, script is running and changing the values in file|dir that step 1 builds the list from
3)now i reopen the dropdown to rerun the script but it shows me old data
users are being bit confused :)
though not super critical
thanks
The text was updated successfully, but these errors were encountered: