Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Suggested answer

My signatures are not saved to my list!!

(1) ShareShare
ReportReport
Posted on by 6
With my code, i can save all the answers from my survey, expect for the signature which named as 'İmza'. I tried lots of things, still can't do it. Please help^^
 
If(
    Varpendata = PenInput2.Image,
    Patch(
        'MM Anket Verileri', // SharePoint listesi adı
        Defaults('MM Anket Verileri'), // Varsayılan değerler
        {
            'Tarih/Saat': DateTimeValue(Text(Label3.Text)),
            Imza: PenInput2.Image,
            OturumID: Label10.Text,
            'Müşteri Lokasyon Adı': TextInput2.Text,
            'Müşteri Lokasyon Kodu': TextInput3.Text,
            'Servis Form Tipi': Dropdown3.SelectedText,
            'Servis Form No': TextInput4.Text,
            Rate1: Rating1.Value,
            Rate2: Rating1_1.Value,
            Rate3: Rating1_2.Value,
            Rate4: Rating1_3.Value,
            Rate5: Rating1_5.Value,
            Rate6: Rating1_6.Value,
            Rate7: Rating1_7.Value,
            Rate8: Rating1_8.Value,
            Rate9: Rating1_9.Value,
            Rate10: Rating1_10.Value,
            'Kişisel Veriler': Checkbox1.Value,
            'Adınız ve Soyadınız ': TextInput2_1.Text,
            Göreviniz: Dropdown4.SelectedText,
            'Mail Adresiniz': TextInput2_2.Text,
            'Cep Telefonu Numaranız ': TextInput2_3.Text,
            'İş Yeri Telefon Numaranız': TextInput2_4.Text,
            UserEmail: Label48.Text,
            UserFullName: Label31.Text,
            'Müşteri Adı': Label2.Text,
            'Müşteri Kodu': Label4.Text
        }
    );
 
    // Patch işlemi tamamlandıktan sonra bağlam değişkeni ile formu sıfırla
    Set(gblResetInputs, true);
    Set(gblResetInputs, false);
 
    Notify("Yanıtlarınız başarıyla kaydedildi. Teşekkür ederiz.", NotificationType.Success),
 
    Notify("Lütfen İmza Atınız.", NotificationType.Error)
)



 
  • Suggested answer
    iremyy Profile Picture
    6 on at
    My signatures are not saved to my list!!
    No i dont get any error and no i'm not able to add images. I have tried all of the column types, mostly the image one but it didn't help. Do i have to use powerautomate and create a flow to do this?
  • Michael E. Gernaey Profile Picture
    40,272 Super User 2025 Season 1 on at
    My signatures are not saved to my list!!
    Hi
     
    1. What is the error if any you get?
    2. What type of Column is Izma?
    3. Are you able to add Images to Izma, if you manually go into SharePoint List, and add a row, or update one that doesn't have an image?
     
    Is the imagefield blank or what?

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard