[UPDATE] I was trying to add actions on the wrong widget. I was adding actions on the lottie file which was inside the custom dialog, so it was "on tap" action. By adding the actions on the very first widget of the component, i was finally able to add the actions "on initialization", which is equivalent for a "on Page load" on pages. The wait action followed by a dismiss dialog worked fine.
Hello! I'm making a quiz app as my very first app.
I want to make a custom dialog with a custom lottie file to show every time the user gets the right answer but I want to dismiss the custom dialog without interaction of the user, I just want the lottie to appear, play and disappear automatically, as it's super fast (about 1 sec). It would act only like a visual feedback.
I tried to use the "dismiss custom dialog" action, but i can't get it to work without an interaction like tapping a button, which i think would result in bad experience for the user.
Is there a way to accomplish this in Flutterflow?