Jump to content

Script to paste into next portal row


This topic is 5785 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello I have a script that is pasting contents from another table into a portal that has 6 rows. I want to have the script not overwrite the contents of the first row if there is something in it and paste it into the next row. I can already paste it into the first one, but I assume there is something in the scripting options to tell it to go to the next row if there is something in the first portal row. Any help would be appreciated, thanks - Jeff

Link to comment
Share on other sites

If you are trying to go to the next available portal row without something in it, you can try something like.

Loop

Exit Loop If [isEmpty (YourField)]

Go to Portal Row [ Select; Next; Exit after last]

End Loop

Set Field [YourField; "DATA"]

Link to comment
Share on other sites

This topic is 5785 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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