Add custom data when creating using Table Create Action with Relation Manager
I need to add some custom data to the user's input before saving when creating a new entry from the Table Create Action. Specifically I want to add the current users ID.
I tried using the
using()
method but that seemed to break other things. Specifically I am creating from a Relation Manager and the using()
method means it does not get the parent record ID when creating.
Is there another approach that will work with a Relation Manager like this?1 Reply
were you able to solve this?
if not, here is how i add some custom data when attaching from relation manager. (Should work with create action too)
you add the custom data in