Skip to main content
abdurrahimi5760
May 17, 2024
Solved

If it's CDT rule input, we can give "{}" simply to provide test values. For recordType! rule input, how to provide value?

  • May 17, 2024
  • 4 replies
  • 0 views

If it's CDT rule input, we can give "{}" simply to provide test values. For recordType! rule input, how to provide value?

Best answer by konduruc733182

You can still do the same if its just the recordType you want to see as the output. Please tell us what you have tried and what you are facing and what is that you expect to see.

To add dummy data and test

To just get the record as output

4 replies

konduruc733182
May 17, 2024

You can still do the same if its just the recordType you want to see as the output. Please tell us what you have tried and what you are facing and what is that you expect to see.

To add dummy data and test

To just get the record as output

abdurrahimi5760
May 17, 2024

Thank you Chaithanya. This helps my need.

stefanhelzle0001
May 17, 2024

Just create an instance of that record. Add brackets

recordType!ABC()

https://appian.rocks/2024/05/06/data-type-references/

abdurrahimi5760
May 17, 2024

Thank you Stefan. This helps my need.