Regarding Push Notification ( Onesignal )

hi @simran_adenwalla, welcome to the community!
You want to store all the notifications so the user can always see them?
Use when notification received block:
Store the message and title in tiny db.
And when you open the notifications screen.get data from tiny db and show them using one of this lists: 5 Different Listviews using Dynamic component Extension | Guide , or in a normal list view.