Trasnfer information in another table

Hello everyone,

I want to transfer information (data)from a table (repeating group) to another table (repeating group).
To be more precised I want to prepare some tweet (pretweet) and when you click on a button, the pretweet in the first table on the left is deleted and we can show the tweet in another table on the right.

I guess we have to create two Databases. And the workflow actio is : Ttransfer the data from the first database on the second database when you click button and also, he deletes the information from the first table , right ?

OR, i see a video about how to show temporary data on a table, it was like Display mode or something like that. Do you get it ?

Thank you so much by advance,
Thomas

The way I understand is you would have a group of inputs on the left that would be things like the title and body of a tweet. Then you want to be able to click a button that would save the input data as a tweet in the database, reset the inputs, and show the newly created tweet in a repeating group of tweets on the right?

1 Like

Exactly,
Below a quick example:

When you click on “Tweet” :

  1. the first data shows in the left goes to the right
    (Here : “Hello” in the left goes to the right table)

  2. The data sent to the right table is deleted on the left table
    (Here: We don’t see “Hello” on the left table)

  3. The data on below and on the left table goest up
    (Here : “This is a test” goes on the top

  4. the first data shows in the left goes to the right when you click again on the button “Tweet”
    (Here : “This is the a test” in the left goes to the right table)

Etc…

SO the important thing to say is that table on the left and the table on the irght are from two different database (Data type).
So it is difficult for me to know how to transfer the information from a database to another database

Thank you so much :slight_smile:

It seems like the data on the left would not be a Data Type but would just be an empty form for a user to fill in and then a submit button that would create a new thing that is the same data type as the repeating group on the right and reset the inputs. That would automatically clear the left and show the new thing on the right.

1 Like

Ho great! it seems interisting.
Where could I find the form ?

Thanks :slight_smile:

You would just create a form by adding a Group, then within the group placing input elements, a button, and possibly text elements to label the inputs.

1 Like

Grazie mille

This topic was automatically closed after 70 days. New replies are no longer allowed.