Announcements
Set(varLookup,
If(IsBlank(LookUp('list_sharepoint', No = Value(DataCardValue39.Text),'Column')),
"f",
LookUp('list_sharepoint', No = Value(DataCardValue39.Text),'Column')));I want to convert type of varLookup to Text.
Hi @mmxupp,
What is the type of 'Column' in your list?
Best Regards,
Kyrie
@v-mingkz-msft Text
@mmxupp,
Set(varLookup, If(IsBlank(LookUp('list_sharepoint', No = Value(DataCardValue39.Text),'Column')), "f", LookUp('list_sharepoint', No = Value(DataCardValue39.Text),'Column'))));
I did some test according to your description.
You should be missing a parenthesis at the end of your expression and the varLookup will be text type.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 525 Most Valuable Professional
Haque 308
Kalathiya 234 Super User 2026 Season 1