@juliowastaken ,
try this:
If(
IsBlank(
PSVisitType.Selected.Value),
LookUp('Stipend Amount','Study' = dpSPSelectStudy.Selected.Study,Amount),
If(
!IsBlank(
LookUp('Stipend Amount', 'Visit Type' = PSVisitType.Selected.Value, 'Visit Type Amount')),
LookUp('Stipend Amount', 'Visit Type' = PSVisitType.Selected.Value, 'Visit Type Amount'),
LookUp('Stipend Amount', 'Visit Type' = PSVisitType.Selected.Value, 'Amount')
)
)
_____________________________________________________________________________________
Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!