Way to retrieve numbers from Related Records table for other calculations?

Hi, related records fields are useful, but is there a way to use the numbers in related records tables for other calculations?

Hi Brian.

I have faced the same problem.you need to use JS customize.

The ways are as follows:

  1. use Get Related Records Target
  2. use Get Record (GET) API with using Query String
  3. count records.length

Please try it!

thanks