Hey Folks,
I am trying to add a Prefix in the row ahead of this thisRow.rowId().
Eg
HH101
HH012
HH103.
Hey Folks,
I am trying to add a Prefix in the row ahead of this thisRow.rowId().
Eg
HH101
HH012
HH103.
Hi @Hemang_Jain and Welcome to the Community !
Maybe you could try with Format() ?
E.g.: in a text field, this should give you the result you’re looking for
Format(
"HH{1:000}",
thisRow.RowId()
)
Depending on your use case scenario, there might be other ways to get there too
(I’m sadly a bit too short on time to give you more examples)
I hope this helps though .
Don’t hesitate if you have question(s).
Thank You Champ! It worked.
No problem @Hemang_Jain !
I’m really glad to know this worked for you !
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.