External csv file using url

I have a select_one question which I need to link it to a csv file, but the csv file needs to be updated everyday, the list is not fixed. I was wondering If I can use URL to the csv file. I tried it but it was not working, maybe I missed something.

If this way is not supported then what is the best way to update the csv file using cron on our PHP web app? any help is highly appreciated.

Regards,

Welcome to the community @blndazeez! Maybe this post discussed previously should help you get some lights on your issue:

1 Like

Thank you @Kal_Lam, I will check that.

2 Likes