The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Is there a way to synchronize filters between tables?
Table A: users
Table B: books
Table C: movies
I want to print books and movies for a single user.
I go to table B: filter them by user name. Then I print it.
I go to table C: filter them by user n...
Is there a way to fetch just one record or take the first/last one from the returned list?
In table A I have a record with an email.
In table B, I also have records with their emails.
I need to update A record with B attributes but they come from dif...
Email in table A is actually already a lookup from another table.
In Option 2 the issue is that a record in table B appears later than the record in table A. It means I cannot automate the update of table A since there is no corresponding record in t...
Are you doing this with linked records?
Unfortunately not, they come from different sources.
Is there any chance of making the email field the primary field of Table B?
Yes, I think so.
Uh… I have two data sources that put the data in different tables. The only way to associate them then is via email.
By a custom JS code you mean a scripting step?