Computation on two collections

Hi !

I am new to flutterflow and I'm having trouble understanding how to do this ๐Ÿ‘

I have two collections :

  • planning which contains : date, trainingreference, ...

  • training which contains data to compute

One training can be referenced multiple time so I can't merge the two collections.

I want to sort and filter by dates my planning collection, retrieve the associated training rows and make some computations.

What is the best way to do that ? I tried custom actions but nothing came of it for now !

Thank you for your help

1
1 reply