Sub Table to Sub Table Task #822
-
|
How should i reference in a Task that I am trying to create to achieve creating a new record in another Sub Table? I have Users/Notifications as a Sub collection in my firebase, so I added a Column of type Sub Table in my Users Table. Similarly, I have Social Feed and a Sub Collection named Comments under it, where I record the comments that a post has received. I am trying to configure a Task -> on Create on Sub Table COmments, Create a record in Notifications. Can you suggest the approach I should take? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @ghfsystem, sorry I missed this earlier. You can use ref as follows: For more use cases like these, check out the demo apps built using Rowy here: https://demo.rowy.io/ |
Beta Was this translation helpful? Give feedback.
Hey @ghfsystem, sorry I missed this earlier. You can use ref as follows:
For more use cases like these, check out the demo apps built using Rowy here: https://demo.rowy.io/