I have a list that is updated from excel vba and it sends an email address to a column (solicitantevba) and other values to other columns.
I need to send an email to this address every time that an item is modified or created.
The problem is that I coudn't make an expression that works (it should get the email from solicitantevba) in the assigned to field.
I tried:
triggerBody()?['Solicitantevba']?['Value']
triggerBody()?['Solicitantevba']
triggerBody()['Solicitantevba']