Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

problem getting text from one table to another in another field

Featured Replies

Hi

I have a table named "program" and I have a table named "form"

In "program " I have a field named "Billingname" and I want the contents of that field to be inserted in the table "Form" in the Field

"Name". I did a script calculation where it insert calculated result

in the new text field. It doesn't work. Is the only way to do this in a script by cutting and pasting?

Thanks

Dave

Hi

are those tables related ?

  • Author

no they are not related.

Is there no way to do this with an unrelated table?

I think Daniele asked that question as a way of eliciting more information about what you're doing and what your problem is.

The short answer is, no, the only way is most definitely not cut/paste. But there are so many things that might be broken about what you're attempting that it's hard to diagnose without more details.

Are you attempting to set a field in a specific record in Form? Or whatever the current record in Form is? Or any record at all?

How are you grabbing the Billingname value from the first table?

How are you navigating from the Program table context to the Form table context? ARE you navigating between the contexts?

How are you setting the Name field to the Billingname value?

What calculated result are you inserting? What's the context of the layout you're on when the insert calculated result script step is executed?

I can think of other questions, but that ought to get you started.

without other specifications, you can try this:

Set Variable [ $name: Value: program::Billingname ]

Go to Layout ["form"(form)]

New Record/Request

Set Field [ form::Name; $name]

Possibly a simple import. I think we now have ALL the bases covered. Give skinny information, get skinny information... :smirk:

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.