This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
hello
here is my problem :
I want to dynamically populate a listbox userd in an analytic app using values stored in a file.
the problem is that it works only after having run the app
to reproduce : load and save the app and the txt file
run it as as analytic app -> it shows all the rows of the file
modify the file by adding or removing a row
run the app as an analytic app -> it shows the same values as before
so, the question is : how shouls I design the app so that it takes the values of the file ?
Hi @olivierMPW
You would need to build a chain app.
1st app: creates the list of options from the file
2nd app: shows it as options in listbox.
Refer to this post : https://community.alteryx.com/t5/Dev-Space/How-to-Choose-multiple-files-in-analytic-app/m-p/823459#M...
Hope this helps : )