Hi everyone,
I would like to have a randomly generated GIF in my app.
I would store the GIFs in a SharePoint list (or document library? not sure here).
Each GIF (there are 50) would have a number between 1 and 10 AND also have a "Day Tag" i.e. Monday, Tuesday, Wednesday, etc.
Once the users successfully fill out a form, they are redirected to another page to see the GIF and a global variable is Set to a random number between 1 and 10.
I would like PowerApps to look at my lookup list and get me a random picture/GIF depending on the random number generated AND the corresponding day of the week when the user fills out the form.
For example, I fill out the form on a Friday.
Once I successfully submit, a global variable is setup to a random number (let's say 7 in that case).
PowerApps would do a lookup in my SharePoint list for see the GIF associated to the number 7 in the RandomNumberColumn and Friday in the DayColumn.
I need help on
1. The formula of the image
2. The global variable to randomize the number
3. Whether I should use a SharePoint List or a Document Library
Thank you very much!