I am using this to get an amount including tax but am not getting a proper number in google sheet.s. When I test it in set variable the number is showing.
{{(round((1 + get(map(34.TxnTaxDetail.TaxLine; “TaxLineDetail.TaxPercent”; “TaxLineDetail.TaxRateRef.value”; 30); 1) / 100) * 116.Amount * 100) / 100)}}