Hello!
I see that I have the ability to copy to clipboard, but how do I paste what I copied?
It would be great if I could “copy to clipboard” and paste that information into another row in the data table.
Any thoughts?
Hello!
I see that I have the ability to copy to clipboard, but how do I paste what I copied?
It would be great if I could “copy to clipboard” and paste that information into another row in the data table.
Any thoughts?
You can use shortcuts: Ctrl v or Cmd v
What exactly is your use case though? Do you mean as a user you want to paste your clipboard to a specific row, and if yes, what relation does it have with the original row?
I mean as part of the app.
The user needs to be able to copy an ID and paste it elsewhere in the app.
I don’t see a way to paste as an action.
Can’t that be done with the set column value action that you place on a button?
Yes.
Two entries in the same table share a 'base id" that is in an array column.
Since they are not input at the same time, the “base id” is how to connect them.
The base id can only have two entries at a time, so I’m trying to copy some info from one row to another. Any thoughts?
Can you not use a relation plus lookup?
Whatever, an action that does both copy and paste is the last thing you want. That’s like asking how to turn on your television by rewiring your house. Just use the remote…
I appreciate the analogy, however, I’m not versed enough in Glide Apps to know it was that level of a request.
Right now I’m just trying to figure out the fewest steps to get the job done.
It’s possible that the relation and lookup I have been doing is improperly executed.
Based on your observation, what are the correct step to execute your suggestion?
Thanks for the reply!
Jamie
Circling back to this, why is your “base ID” an array column? Do you have multiple base IDs?
The “base ID” is an array column because it is made up of the primary columns needed to connect both sides of the same transaction. In other words, if I search for that base ID if there are two trades with that same ID, they’ll both show up.
I couldn’t come up with another way to keep a unique ID format that would be consistent.
Can you add some screenshots of the related data? How many tables are we talking about here and which fields link them together?
It’s very well likely I need to rework things for efficiency.
For right now, the main calculations are in one table.
The issue is that transactions connected are input at different times (which means different rows).
I’m trying to figure out a way to be able to search for the transactions that match and add that data to the new entry to connect them.
I thought copying and pasting info would work.
I’ll record a vid asap.