How do I Store data that's been collected by your app at the end of each day

How do I Store data that’s been collected by your app at the end of each day please.

1 6 241
6 REPLIES 6

Steve
Platinum 4
Platinum 4

What do you mean by “store”?

Hi Steve
I am making a building log in app with my son
I want to save the information gathered daily on my app to another sheet so we have a record. stored by date.
I want it to recognise if the line above on the sheet has data so then putting the data on the next line down.

Hi @jyparadoxchild

About this:

Can you explain why you need to copy it in another sheet ?
If this is about visualizing the current day’s activity, you may prefer using a slice, with row condition
DATE([TimeStamp])=TODAY()

About that:

This is what is made “naturally” with the “Add” action.

Also, if you have a column “timestamp”, with initial value expression: NOW(), this will be easy to implement.

For reference:

thank you i will try a slice

Hi @jyparadoxchild
Maybe check out Actions to copy your row of data to another table.

thanks i give it a try

Top Labels in this Space