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 Like

What do you mean by “store”?

2 Likes

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
Maybe check out Actions to copy your row of data to another table.

2 Likes

Hi @jyparadoxchild

About this:

jyparadoxchild:

I want to save the information gathered daily on my app to another sheet so we have a record. stored by date.

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:

jyparadoxchild:

I want it to recognise if the line above on the sheet has data so then putting the data on the next line down.

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:

2 Likes

thanks i give it a try

2 Likes

thank you i will try a slice

3 Likes