Hi, I’m trying to make sure a debtor called “Shopify” is selected in the execution of a command. However I’m not allowed to enter a string literal in the search-up, but I need to assign this Debtor the name “Shopify”. How could I accomplish this?
'Debtor' = switch ^ ^ .'Financial' (
| 'From Shopify' => switch $ .'Debtors' [ "Shopify" ] (
| node => create 'Existing' ( 'Debtor' = "Shopify" )
| none => create 'New This Year' ( 'Debtor' = "Shopify" )
)