Add multiple rows in ref_rows table

I have 2 tables: 

Points and Point Groups where in the points there is a ref column to Point Groups. 

Is there a way when i create a Point Groups record to add multiple existing records from the Points table ?

Solved Solved
0 2 1,207
1 ACCEPTED SOLUTION

You can add another EnumList column to PointsGroup, for the user to select Points records from, then you can run an "execute..." action (via form-save or Bot) to set the current PointsGroup key value in the selected Points' Ref column (use INPUT()).

View solution in original post

2 REPLIES 2
Top Labels in this Space